@extends('layouts.app') @section('title', 'Housekeeping') @section('page_title', 'Housekeeping') @section('page_subtitle', 'Room status & cleaning queue — {{ now()->format(\'F j, Y\') }}') @section('nav_housekeeping', 'bg-teal-50 text-teal-700 font-semibold') @section('content') @if (session('success'))
{{ session('success') }}
Needs Cleaning
{{ $stats['dirty'] }}
Dirty rooms
Priority
{{ $stats['priority'] }}
Arriving today
Clean / Ready
{{ $stats['clean'] }}
Ready for sale
In-House
{{ $stats['occupied'] }}
Stayovers
Available
{{ $stats['available'] }}
Vacant & ready
Maintenance
{{ $stats['maintenance'] }}
Out of service
These rooms must be cleaned before the guest arrives.
{{ $room->type }}
{{ $room->beds }} · Floor {{ $room->floor }}
@if ($room->notes){{ $room->notes }}
@endif{{ $room->type }}
{{ $room->beds }}
@if ($room->notes){{ $room->notes }}
@endifAll rooms are clean!
No rooms need cleaning right now.
Cleaned — available for sale
{{ $room->type }}
Floor {{ $room->floor }}
{{ $room->type }}
{{ $room->status === 'out_of_order' ? 'Out of Order' : 'Maintenance' }}{{ $room->beds }} · Floor {{ $room->floor }}
@if ($room->notes){{ $room->notes }}
@endif