@php /** @var \HiEvents\DomainObjects\OrderDomainObject $order */ @endphp @php /** @var \HiEvents\DomainObjects\EventDomainObject $event */ @endphp @php /** @var \HiEvents\DomainObjects\OrganizerDomainObject $organizer */ @endphp @php /** @var \HiEvents\DomainObjects\EventSettingDomainObject $eventSettings */ @endphp @php /** @see \HiEvents\Mail\Order\PaymentSuccessButOrderExpiredMail */ @endphp {{ __('Hello') }},

{{ __('Your recent order for :eventTitle was not successful. The order expired while you were completing the payment. We have issued a refund for the order.', ['eventTitle' => $event->getTitle()]) }}

{{ __('We apologize for the inconvenience. If you have any questions or need assistance, feel free to reach us at') }} {{$organizer->getEmail()}}.

{{ __('View Event Page') }} {{ __('Best regards') }},
{{ config('app.name') }} {!! $eventSettings->getGetEmailFooterHtml() !!}