Booking Confirmation

Thank you for your booking! We're excited to have you join us on this trip.

@if($booking->trip) @endif @if($booking->package) @endif
Booking Reference: {{ $booking->booking_reference }}
Trip: {{ $booking->trip->trip_name ?? $booking->trip->destination }}
Package: {{ $booking->package->name }}
Number of Travelers: {{ $booking->number_of_travelers }}
Total Amount: {{ number_format($booking->total_amount, 2) }} {{ $booking->currency }}
Status: {{ $booking->status }}

You can view your booking details and manage your reservation by visiting your booking page.

@if($booking->special_requests)
Special Requests:

{{ $booking->special_requests }}

@endif

If you have any questions or need to make changes to your booking, please contact us as soon as possible.