Order ID:
{{ $order->order_id }}
You've already purchased tickets for the event {{ $order->event->name }}
@endif @endif @if($order->status == \App\Enums\Status::Unpaid->value)You're about to purchase tickets for the event {{ $order->event->name }}
@endif @if($order->fundraise)You're about to contribute to the fundraise: {{ $order->fundraise->title }}
@endif @if($order->contributionForm)You're about to contribute to the fundraise: {{ $order->contributionForm->name }}
@endifAmount Due:
{{ strtoupper($order->currency->code) }} {{ number_format($order->amount(), 2) }}