Thank you for your booking! We're excited to have you join us on this trip.
| 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 }} |
You can view your booking details and manage your reservation by visiting your booking page.
@if($paymentLink ?? false)Pay Now
You have a balance of {{ number_format($remainingBalance ?? 0, 2) }} {{ $booking->currency }} remaining. To complete your payment, please click the link below:
| Pay Now |
Or copy and paste this link into your browser:
{{ $paymentLink }}
{{ $booking->special_requests }}
If you have any questions or need to make changes to your booking, please contact us as soon as possible.