Booking Confirmation

Payment Successful!

Your hotel booking has been confirmed.

Guest Information

{{ auth()->user()->name }}

{{ auth()->user()->email }}

{{ auth()->user()->phone ?? 'Not provided' }}

Location

{{ auth()->user()->country->name ?? 'Not provided' }}

{{ auth()->user()->state ?? 'Not provided' }}

{{ auth()->user()->city ?? 'Not provided' }}

A confirmation email has been sent to your email address.
Booking Information

{{ $booking->transaction_id }}

{{ $hotel->title }}

{{ date('F d, Y', strtotime($booking->check_in)) }}

{{ date('F d, Y', strtotime($booking->check_out)) }}

{{ $booking->rooms }}

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

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

{{ $booking->payment_via }}