{{ trans('event.reject_invitation_subject', ['title' => $event->name]) }}

{{ trans('event.greeting', ['name' => $participator->first_name ?? 'Participant']) }}

{{ trans('event.thanks_interest', [ 'event' => $event->name, 'date' => \Carbon\Carbon::parse($event->start_date)->locale(app()->getLocale())->translatedFormat('d F Y') ]) }}

{{ trans('event.rejected_message') }}

@if (!empty($rejectionMotif))

{{ trans('event.rejection_reason', ['reason' => $rejectionMotif]) }}

@endif

{{ trans('event.contact_us') }}


{{ trans('event.thank_you') }}

{{ trans('event.team_signature') }}


{{ trans('event.auto_notice') }}