{{-- brafa Systems — housekeeping (public QR page). Livewire backing: App\Http\Livewire\RoomHousekeeping. Bindings preserved: Livewire.emit('markAsClean', bookingId, 'arriving') via confirmMarkAsClean(), the swal:toast listener, $roomDetails / $unitName / $noBooking / $departingBooking / $arrivingBooking / $noBookingMessage / $propertyDetails. --}}
{{ $propertyDetails->PropertyName }}
Review departing and arriving booking details below.
Only a departing booking candidate was found for this room. Room can be marked clean once an arriving booking is available.
@elseif (!$departingBooking && $arrivingBooking)Only an arriving booking candidate was found for this room.
@endif @if ($arrivingBooking) @endif @else{{ $noBookingMessage }}
@endif @elseNo room information found.
@endif