Invoice for Booking {{ $booking->booking_reference }}

Please find below the invoice details for your booking. You can complete your payment using the link provided below.

@if($booking->trip) @endif @if($booking->package) @endif @if($totalPaid > 0) @endif @if($remainingBalance > 0) @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 }}
Amount Paid: {{ number_format($totalPaid, 2) }} {{ $booking->currency }}
Remaining Balance: {{ number_format($remainingBalance, 2) }} {{ $booking->currency }}

Pay Now

To complete your payment, please click the button below:

Pay Now

Or copy and paste this link into your browser:
{{ $paymentLink }}

If you have any questions about this invoice or need assistance with your payment, please contact us as soon as possible.