View Event
| Title | {{ $event->name }} |
|---|---|
| Description | {!! $event->description !!} |
| Image |
@if ($event->image)
|
| Starts at | {{ $event->starts_at }} |
| Ends at | {{ $event->starts_at }} |
| Sponsor | {{ $event->sponsor }} |
| Sddress Line 1 | {{ $event->address_line_1 }} |
| Address Line 2 | {{ $event->address_line_2 }} |
| Status | {{ $event->is_active ? 'Active' : 'Inactive' }} |
| Created At | {{ date_format($event->created_at, 'd-m-Y') }} |