@extends('template.admin.layout') @section('styles') @endsection @section('content-head')

Gestión de Eventos

@endsection @section('content-body')
Eventos Portal Web
@foreach($eventos as $evento) @endforeach
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
@endsection @section('scripts') @endsection