Complete Your Payment

@csrf

Booking Summary

{{ $hotel->title }}

Check-in: {{ date('M d, Y', strtotime($booking->check_in)) }}

Check-out: {{ date('M d, Y', strtotime($booking->check_out)) }}

Guests: {{ $booking->adults }} Adults, {{ $booking->childrens }} Children

Rooms: {{ $booking->rooms }}


Total Amount: ${{ number_format($booking->price, 2) }}
@push('js') @endpush