{{ $totalRooms ?? '0' }}
Total Rooms
{{ $occupiedRooms ?? '0' }}
Occupied Rooms
{{ $todayCheckins ?? '0' }}
Today's Check-ins

{{ app(\App\Services\SettingsService::class)->getHotelName() }}

Select a module to manage different aspects of your hotel operations

@if(count($accessibleModules) > 0) @else
No modules available

You don't have access to any modules. Please contact your administrator.

@endif