Hotel Confirmation Number:
{{ $hotel_booking->hotel_confirmation ?? 'once the confirmation number is generated, will be sent.' }}
Booking Amount: ${{ $hotel_booking->price_after_commission }}
Check In:
{{ date('d-M-Y', strtotime($hotel_booking->check_in)) }}
Check Out:
{{ date('d-M-Y', strtotime($hotel_booking->check_out)) }}
Hotel Name, City:
{{ $hotel_booking->hotel->name }}, {{ $hotel_booking->hotel->city_name }}
Rating:
{{ $hotel_booking->hotel->rate }}
Address: {{ $address }}