@php /** @var \HiEvents\DomainObjects\OrderDomainObject $order */ @endphp @php /** @var \HiEvents\DomainObjects\EventDomainObject $event */ @endphp @php /** @var \HiEvents\DomainObjects\EventSettingDomainObject $eventSettings */ @endphp @php /** @var string $eventUrl */ @endphp @php /** @see \HiEvents\Mail\Order\OrderFailed */ @endphp {{ __('Hello') }}, {{ __('Your recent order for') }} {{$event->getTitle()}} {{ __('was not successful.') }} {{ __('View Event Homepage') }} {{ __('If you have any questions or need assistance, feel free to reach out to our support team') }} {{ __('at') }} {{ $supportEmail ?? 'hello@hi.events' }}. {{ __('Best regards') }},
{{ config('app.name') }} {!! $eventSettings->getGetEmailFooterHtml() !!}