@php use HiEvents\Helper\DateHelper; @endphp @php /** @uses \HiEvents\Mail\Order\OrderSummary */ @endphp @php /** @var \HiEvents\DomainObjects\EventDomainObject $event */ @endphp @php /** @var \HiEvents\DomainObjects\EventSettingDomainObject $eventSettings */ @endphp @php /** @var \HiEvents\DomainObjects\OrganizerDomainObject $organizer */ @endphp @php /** @var \HiEvents\DomainObjects\AttendeeDomainObject $attendee */ @endphp @php /** @var \HiEvents\DomainObjects\OrderDomainObject $order */ @endphp @php /** @var string $ticketUrl */ @endphp @php /** @see \HiEvents\Mail\Attendee\AttendeeTicketMail */ @endphp # {{ __('You\'re going to') }} {{ $event->getTitle() }}! 🎉

@if($order->isOrderAwaitingOfflinePayment())

{{ __('â„šī¸ Your order is pending payment. Tickets have been issued but will not be valid until payment is received.') }}

@endif {{ __('Please find your ticket details below.') }} {{ __('View Ticket') }} {{ __('If you have any questions or need assistance, please reply to this email or contact the event organizer') }} {{ __('at') }} {{$eventSettings->getSupportEmail()}}. {{ __('Best regards,') }}
{{ $organizer->getName() ?: config('app.name') }}