Step 1 of 3

Event details

@if($event->description)

{{ \Illuminate\Support\Str::limit(strip_tags($event->description), 180) }}

@else

Review the event information, then continue to fill in your registration details.

@endif

{{ $event->start_date->format('l, F j, Y') }} @if($event->start_date->format('H:i') !== '00:00') · {{ $event->start_date->format('g:i A') }} @endif @if($event->end_date) – {{ $event->end_date->format('g:i A') }} @endif

@if($event->location)

{{ $event->location }}

@endif
@csrf