Order Confirmation

Thank you for ordering tickets ({{ $order->orderItems->sum('quantity') }}) for the event, {{ $order->event->name }}.
You will receive a confirmation email with details of your order and a link to download the tickets.

Alternatively you can use the button below to download your tickets.

Order Summary

Order Details
  • TOTAL
    @php $total = $order->orderItems->sum(function($orderItem) { return $orderItem->quantity * $orderItem->price; }); @endphp ${{ number_format($total, 2) }}