@extends('template.admin.layout') @section('styles') @endsection @section('content-head')
| Nombre | Fecha inicio | Fecha fin | Pago | Participantes | Opciones |
|---|---|---|---|---|---|
| {{ $evento['nombre'] }} | {{ $evento['fecha_inicio']->format('d/m/Y') }} | {{ $evento['fecha_fin']->format('d/m/Y') }} | @if($evento['pago']) @else @endif | {{--{{ count($evento['asistentes']) }}--}} Ver | @if($evento['activo']) @else @endif |