@extends('layout.mainlayout') @section('content') @component('components.breadcrumb') @slot('title') Hotel Booking Confirmation @endslot @slot('item1') index @endslot @slot('item3') Hotels @endslot @slot('item2') Hotel Booking Confirmation @endslot @endcomponent
image
The Luxe Haven

Luxury Hotel

15/C Prince Dareen Road, New York

5.0(400 Reviews)

Upcoming
Room Details
Room Type

Queen Room

No of Rooms

1

Room Price

$400

Guests

4 Adults, 2 Child

Booking Info
Booked On

15 May 2024

Check In Date & Time

20 May 2024, 10:50 AM

Checkout Date & Time

25 May 2024, 10:50 AM

No of Days Stay

4 Days, 5 Nights

Extra Service Info
Cleaning Airport Pickup Breakfast
Billing Info
Name

{{ $booking->customer_name ?? auth()->user()->name ?? 'Guest' }}

Email

{{ $booking->customer_email ?? auth()->user()->email ?? 'Not Provided' }}

Phone

{{ $booking->customer_phone ?? auth()->user()->phone ?? 'Not Provided' }}

Address

{{ $booking->customer_address ?? 'Not Provided' }}

Order Info
Order Id

#45669

Payment Method

Credit Card (Visa)

Payment Status

Paid

Date of Payment

20 May 2024, 10:50 AM

Tax

15% ($60)

Discount

20% ($15)

Booking Fees

$25

Total Paid

$6569

@endsection