Operational Visibility
No payment clarity → No access. No documentation → No exception.
{{ $card[0] }}
{{ $card[1] }}
{{ $card[4] }}
Weekly Booking Activity
Recent Exceptions
{{ ucwords(str_replace('_',' ',$log->exception_type??'Exception')) }}
{{ $log->description }}
No exceptions.
@endforelseLatest Bookings
New Booking| Reference | Guest | Room | Amount | Status | Access | Action |
|---|---|---|---|---|---|---|
| {{ $b->booking_reference }} | {{ $b->guest_name }} | {{ $b->room->room_name??'—' }} | ₦{{ number_format($b->booking_amount,2) }} | {{ str_replace('_',' ',$b->status) }} | {{ $b->accessCode->code??'Not issued' }} | View |
| No bookings. | ||||||