Logo

Lex Group — Booking Confirmation

Booking Reference: {{ $booking->booking_id ?? $booking->booking_id }}
Date Issued: {{ \Carbon\Carbon::parse($booking->booking_date)->format('d M Y') }}
Guest Information
@if(!empty($booking->is_guest_booking)) @endif @if(!empty($booking->is_guest_booking)) @endif
Name: {{ $booking->name }}Traveler Name: {{ ($booking->traveler_first_name || $booking->traveler_last_name) ? trim($booking->traveler_first_name . ' ' . $booking->traveler_last_name) : '-' }}
Email: {{ $booking->email ?? '-' }}
Phone: {{ ($booking->phone_prefix ?? '') . ($booking->phone_number ?? '-') }}Traveler Phone: {{$booking->traveler_phone_prefix . $booking->traveler_phone_number }}
Booking Details
Hotel: {{ $booking->property->title }}
Room: {{ $booking->room->title }}
Address: {{ $booking->property->address ?? '-' }}
Stay Information
@php use Carbon\Carbon; $checkIn = Carbon::parse($booking->check_in_date); $checkOut = Carbon::parse($booking->check_out_date); $days = $checkIn->diffInDays($checkOut); @endphp
Check-in: {{ \Carbon\Carbon::parse($booking->check_in_date)->format('l, d F Y') }}
Check-out: {{ \Carbon\Carbon::parse($booking->check_out_date)->format('l, d F Y') }}
No of Days: {{ $days }}
Guests: {{ $booking->number_of_adults ?? '-' }} Adults, {{ $booking->number_of_kids ?? '-' }} Kids
Rooms: {{ $booking->number_of_rooms ?? '-' }}
Payment Information
@if(!empty($booking->is_bid)) @endif
Payment Reference: Pending
Amount: @if(!empty($booking->room->currencyData->code)) {{ $booking->room->currencyData->code}} @endif {{ number_format($booking->booking_price, 2) }}
Bid Amount: @if(!empty($booking->room->currencyData->code)) {{ $booking->room->currencyData->code}} @endif {{ number_format($booking->bid_amount, 2) }}
Your booking is {{ucfirst($booking->book_status)}}.
This receipt serves as official proof of your reservation.
Discover more at Lex Group!
Find homes for rent, buy your dream property, or book your next stay — all in one platform.
Visit us at www.lexgroup.live
Special Offer: List your property today and get 1 month FREE visibility upgrade!