Payment Cancelled

Your payment was cancelled. No charges were made.

Booking Details

Hotel: {{ $booking->hotel->title }}

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

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

Rooms: {{ $booking->rooms }}

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

Total Amount: ${{ number_format($booking->price, 2) }}

Your booking has been cancelled. You can try booking again.