@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.event_registration.greeting', ['name' => $registration->name]) }}
{!! __('emails.waitlist.intro', ['event' => '' . e($event->title) . '']) !!}
{{ __('emails.waitlist.outro') }}