@extends('layouts.master') @section('title', 'eventos') @section('content')

Finanzas Eventos

Eventos

@if(count($eventos)) @foreach ($eventos as $key => $evento) @endforeach
Nombre Fecha Informe Informe OLD Export Invitados
{{ $evento->nombre }} {{ date('d/m/Y - H:i',strtotime($evento->fecha)) }}
@else

No Existen Registros


@endif
@endsection @section('javascript') @endsection