{{-- brafa Systems — housekeeping (public QR page). Livewire backing: App\Http\Livewire\RoomHousekeeping. Bindings preserved: Livewire.emit('markAsClean', bookingId, source) via confirmMarkAsClean(), the swal:toast listener, $roomDetails / $unitName / $noBooking / $departingBooking / $arrivingBooking / $noBookingMessage / $propertyDetails. --}}
{{ $propertyDetails->PropertyName }}
Review departing and arriving booking details below.
No guest arriving today@if ($arrivingBooking) — the next guest arrives {{ $arrivingBooking['start_date'] }} and won't be affected@endif.
@endif @if ($cleanBookingId) @else{{ $noBookingMessage }}
@endif @else{{ $noBookingMessage }}
@endif @elseNo room information found.
@endif