Complete Your Tour Booking

Choose your preferred payment method to secure your spot

Tour Summary

{{ $tour->title }}

@if($tour->extra_field_1 && $tour->extra_field_2)
{{ date('d M Y', strtotime($tour->extra_field_1)) }} - {{ date('d M Y', strtotime($tour->extra_field_2)) }}
@endif @if($tour->extra_field_3)
{{ $tour->extra_field_3 }} Days
@endif
Passenger Breakdown
Adults {{ $booking->adults }}x {{ \App\Helpers\CurrencyHelper::formatPrice($tour->extra_field_8) }}
@if($booking->children > 0)
Children {{ $booking->children }}x {{ \App\Helpers\CurrencyHelper::formatPrice($tour->extra_field_9 ?? 0) }}
@endif
Total Amount {{ \App\Helpers\CurrencyHelper::formatPrice($booking->total_amount) }}

* Prices are per person and include all taxes

Select Payment Method

Choose how you'd like to pay for your tour

Credit/Debit Card

Pay securely with Visa, Mastercard, American Express, or Discover

Secure Payment Encrypted Data Instant Confirmation
@csrf

PayPal

Pay with your PayPal account or credit card through PayPal

Buyer Protection Global Acceptance Mobile Friendly
@csrf

All payments are processed securely and encrypted

@push('css') @endpush @push('js') @endpush