@php $eventUrl = route('events.public', $event->slug); $location = $event->is_online ? __('emails.event_registration.online_event') : trim(implode(', ', array_filter([$event->venue_name, $event->address, $event->city]))); @endphp {{ __('emails.waitlist.subject', ['event' => $event->title]) }}
{{ __('emails.waitlist.header_sub') }}

{{ __('emails.event_registration.greeting', ['name' => $registration->name]) }}

{!! __('emails.waitlist.intro', ['event' => '' . e($event->title) . '']) !!}

{{ __('emails.waitlist.position_label') }}: #{{ $registration->waitlist_position }} {{ __('emails.waitlist.position_note') }}
{{ $event->title }}
{{ __('emails.event_registration.when') }} {{ $event->starts_at->isoFormat('LLLL') }}
@if($location)
{{ __('emails.event_registration.where') }} {{ $location }}
@endif

{{ __('emails.waitlist.outro') }}

{{ __('emails.event_registration.view_event') }}