| Title | Starts at | Ends at | Image | Created at | Status | Approved | Action |
|---|---|---|---|---|---|---|---|
| {{ $event->name }} | {{ $event->starts_at }} | {{ $event->ends_at }} |
@if ($event->image)
|
{{ date_format($event->created_at, 'd-m-Y') }} | {{ $event->is_active ? 'Active' : 'Inactive' }} | {{ $event->is_approved ? 'Yes' : 'No' }} |
@if (!$event->trashed())
@else
{{-- restore --}}
{{-- delete permanently --}}
@endif
|