Booking Confirmed!
Thank you for your booking. We've received your reservation and will see you soon!
Booking Details
{{ $booking->bookingResource->name }}
@if($booking->bookingResource->description){{ $booking->bookingResource->description }}
@endifOrder Information
{{ $order->order_number }}
{{ $order->created_at->format('F j, Y \a\t g:i A') }}
@switch($order->payment_method) @case('chipin') Online Payment @break @case('bank_transfer') Bank Transfer @break @case('cash_on_delivery') Pay at the Counter @break @default {{ ucfirst(str_replace('_', ' ', $order->payment_method)) }} @endswitch
{{ ucfirst($order->payment_status) }}
Customer Information
{{ $order->customer_name }}
{{ $order->customer_email }}
{{ $order->customer_phone }}
Additional Notes
{{ $order->notes }}
Booking Summary
Please make payment when you arrive at the venue.
Your payment has been received and confirmed.
We're verifying your payment. You'll receive an update soon.
What's Next?
-
Confirmation Email
Check your email for booking details and instructions. -
Prepare for Your Visit
Arrive 10-15 minutes early on your booking date.
@if($order->payment_method === 'cash_on_delivery')
-
Bring Payment
Remember to bring {{ $website->getCurrencySymbol() }} {{ number_format($order->total_amount, 2) }} for counter payment.
@endif
-
Need Help?
Contact us if you have any questions about your booking.