@extends('layouts.hirbc') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @push('styles') @endpush @section('content')

HIRBC Dashboard

Holiday Inn Resort Bali Canggu - Room Monitoring & Revenue System

Total Rooms

{{ $stats['total_rooms'] ?? 0 }}

Months Loaded

{{ $stats['months_loaded'] ?? 0 }}/12

Total Records

{{ number_format($stats['total_records'] ?? 0) }}

OOO Rooms

{{ $stats['ooo_records'] ?? 0 }}
@foreach($roomTypes as $typeKey => $type)

{{ $type['name'] }}

View all rooms

{{ $type['count'] }}
Rooms Available
@endforeach

Quick Actions

Refresh Data Revenue Report OOO Report House Use
@endsection