@component('mail::message') # Your session is held We are holding **{{ $startsAt->format('l j F Y') }}, {{ $startsAt->format('H:i') }}–{{ $endsAt->format('H:i') }}** in {{ $booking->room->name }} for you. @if ($deadline) This slot is reserved until **{{ $deadline->format('H:i') }}**. If we have not received payment by then it goes back on sale. @endif @component('mail::panel') **Amount** £{{ $booking->price_total }} **Reference** {{ $booking->reference }} @endcomponent @component('mail::button', ['url' => $checkoutUrl, 'color' => 'primary']) Pay now @endcomponent Paying by card confirms your booking straight away. If you would rather transfer manually, send £{{ $booking->price_total }} to: - **Account name:** {{ $bank['account_name'] }} ({{ $bank['name_note'] }}) - **Account number:** {{ $bank['account_number'] }} - **Sort code:** {{ $bank['sort_code'] }} Use the reference **{{ $booking->reference }}** exactly as written — a different reference will delay confirmation. Thanks,
MITH Studios @endcomponent