{{ $event->title }}
@if($event->is_active)
Active
@else
Inactive
@endif
@if($event->is_featured)
Featured
@endif
@if($event->image)
@endif
Event ID:
{{ $event->id }}
Venue:
{{ $event->venue }}
Date:
{{ $event->date_range }}
@if($event->time_range)
Time: {{ $event->time_range }}
@endif
@if($event->excerpt)
Excerpt:
{{ $event->excerpt }}
@endif
@if($event->external_link)
@endif
Created:
{{ $event->created_at->format('M d, Y H:i') }}
@if($event->creator)
by {{ $event->creator->name }}
@endif
Last Updated:
{{ $event->updated_at->format('M d, Y H:i') }}