Eventos del {{ \Illuminate\Support\Carbon::parse($selectedDate)->format('d/m/Y') }}

@if ($selectedDate !== $todayDate) @endif
@forelse ($events as $event) @empty @endforelse
Paquete Fecha del evento Dirección del evento Teléfono Acciones
{{ $event->package->name }} {{ $event->event_date }} {{ $event->event_address }} {{ $event->phone }}
@csrf @method('DELETE')
No hay eventos para la fecha seleccionada.