Complete Tour Payment

Enter your card details to complete your tour booking securely

Card Details

Your payment is secured by Stripe's advanced encryption
Tour Summary
Tour Name {{ $tour->title }}
Adults {{ $booking->adults }}x
@if($booking->children > 0)
Children {{ $booking->children }}x
@endif
Departure Date {{ $booking->departure_date->format('d M Y') }}
Price Breakdown
Adults ({{ $booking->adults }}x) {{ \App\Helpers\CurrencyHelper::formatPrice($booking->adult_price * $booking->adults) }}
@if($booking->children > 0)
Children ({{ $booking->children }}x) {{ \App\Helpers\CurrencyHelper::formatPrice($booking->children_price * $booking->children) }}
@endif
Total Amount {{ \App\Helpers\CurrencyHelper::formatPrice($booking->total_amount) }}
{{ \App\Helpers\CurrencyHelper::formatPrice($booking->total_amount) }}
Total to Pay
@push('scripts') @endpush @push('css') @endpush