{{ $event->meta->title ?? '(no title)' }}

{{ $start->format('l, F j, Y · g:i A') }} @unless ($start->equalTo($end))  –  {{ $end->isSameDay($start) ? $end->format('g:i A') : $end->format('l, F j, Y · g:i A') }} @endunless

@if ($event->meta->location)

Where: {{ $event->meta->location }}

@endif @if ($event->meta->description)
{!! nl2br(e($event->meta->description)) !!}
@endif