@php $greetingName = trim((string) ($recipient_display_name ?? '')); @endphp @if ($greetingName !== '')

Dear Mr./Miss {{ $greetingName }},

@else

Dear Sir/Madam,

@endif

{{ $invite_intro }}

Title: {{ $title }}

@if (! empty($occurrences))

{{ strcasecmp((string) ($activity_label ?? ''), 'Training session') === 0 ? 'Training dates:' : 'Date & time:' }}

@endif @if (! empty($location))

Location: {{ $location }}

@endif @if (! empty($online_meeting_link))

Online link: {{ $online_meeting_link }}

@endif @if (! empty($description))

Instructions:
{{ $description }}

@endif @if (! empty($details_url))

View full details and confirm your attendance in the {{ $workspace_link_label ?? 'Meeting Workspace' }}.

@endif

With Regards,
{{ $sender_label }}

This is an automated message from {{ config('app.name') }}.