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

Mozo Eventos

Eventos Activos

{{ Html::linkRoute('mozo.evento.nuevo', 'Nuevo', null, array('class' => 'btn btn-tool')) }}
@if(count($eventos)) @foreach ($eventos as $key => $evento) @if(date('d/m/Y',strtotime($evento->fecha)) == date('d/m/Y')) @else @endif @endforeach
Nombre Fecha Transferir Carta
{{ $evento->nombre }} {{ date('d/m - H:i',strtotime($evento->fecha)) }}{{ $evento->nombre }} {{ date('d/m - H:i',strtotime($evento->fecha)) }}
@else

No Existen Registros


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