All Events
Overview
@php
$baseQuery = request()->except(['page', 'status']);
$status = request('status', 'all');
$statuses = ['published', 'postponed', 'draft', 'paused', 'completed', 'cancelled'];
@endphp
@foreach ($statuses as $st)
@endforeach
| Event Title | Vendor Name | Start Date | End Date | Status | Location | ||
|---|---|---|---|---|---|---|---|
|
{{ $event->title }} ID-{{ $event->id }} |
{{ $event->provider->name ?? 'N/A' }} | {{ optional($event->start_date) ? \Carbon\Carbon::parse($event->start_date)->format('M d, Y') : '—' }} | {{ optional($event->end_date) ? \Carbon\Carbon::parse($event->end_date)->format('M d, Y') : '—' }} | {{ ucfirst($event->status) }} | {{ $event->location ?? 'N/A' }} |
{{-- Action Trigger --}}
{{-- Dropdown Menu --}}
|
|
| No events found. | |||||||