# {{ $event->title }} {{ __('Hello :name,', ['name' => $userName]) }} {{ __('This event you are following starts tomorrow:') }} **{{ $event->starts_at->translatedFormat('l j F Y') }}** — {{ $event->starts_at->format('H:i') }}@if ($event->ends_at) – {{ $event->ends_at->format('H:i') }}@endif @if ($event->location) 📍 {{ $event->location }}@if ($event->address) — {{ $event->address }}@endif @endif {{ __('View event') }} *{{ __('You receive this email because you enabled notifications for this event.') }}* {{ config('app.name') }}