@if($filteredBookings->isEmpty())

No Booking Records Found

No live streaming records matching this filter selection index profile.

@else
@foreach($filteredBookings as $booking) @php $paymentRecord = DB::table('payments')->where('booking_id', $booking->id)->first(); @endphp @endforeach
Stream ID Customer & Hotel Room Allocation Duration Dates Booking Status Action Grid
#{{ $booking->booking_number ?? $booking->id }}
{{ $booking->user->full_name ?? 'Guest User' }} {{ $booking->user->phone_number ?? 'N/A' }} {{ $booking->hotel->hotel_name ?? 'Unknown Property' }}
{{ $booking->room->room_type ?? 'Standard Room' }} Qty: {{ $booking->room_qty }} Room(s)
{{ \Carbon\Carbon::parse($booking->check_in_date)->format('d M Y h:i A') }}
{{ \Carbon\Carbon::parse($booking->check_out_date)->format('d M Y h:i A') }}
@if($booking->status == 'pending') Pending Approval @elseif($booking->status == 'confirmed') Confirmed @elseif($booking->status == 'checked_in') Stay Active @elseif($booking->status == 'checked_out') Completed @else Cancelled @endif
@if($booking->status == 'pending') @endif @if($booking->status == 'confirmed') @endif @if($booking->status == 'checked_in') @endif
Showing 1 to 10 entries logs
@endif
×

Verified Property Receipt Ledger

INVOICE RECEIPT

ID: #0000

Billed To:

Timeline Duration:

Check-In: --

Check-Out: --

Room Category Details Allocated Qty Price Per Night Total Net Amount

Payment Method: PhonePe_QR_Scan

Transaction UTR ID: N/A

Payment Verification: Pending

Grand Total Amount (Paid):