| Name: | {{ $order->customer_name }} |
| Email: | {{ $order->customer_email }} |
| Phone: | {{ $order->customer_phone }} |
Bank: Lloyds Bank
Account: Global Gala Limited
Sort Code: 30-93-80
Account Number: 19714368
Reference: RES-{{ str_pad($order->id, 6, '0', STR_PAD_LEFT) }}
| {{ count($lineItems['tickets']) }} Seat{{ count($lineItems['tickets']) != 1 ? 's' : '' }} | £{{ number_format($subtotal, 2) }} |
| Service Fee | £{{ number_format($fees, 2) }} |
| Subtotal | £{{ number_format($subtotal + $fees, 2) }} |
| VAT | £{{ number_format($taxes, 2) }} |
| Discount | -£{{ number_format($discounts, 2) }} |
| TOTAL DUE | £{{ number_format($order->total_amount, 2) }} |
Date: {{ \Carbon\Carbon::parse($order->confirmed_at ?? $order->created_at)->format('F j, Y') }}
@if($order->payment_method)Method: {{ ucwords(str_replace('_', ' ', $order->payment_method)) }}
@endif @if($order->payment_reference)Ref: {{ $order->payment_reference }}
@endifContact us at info@globalgala.com