@include('Commonheader')
@include('sidebar')
@include('FOE.navbar')

Calendar View

Total {{ $total_count ?? 0 }} Vacant {{ $vacant_count ?? 0 }} Occupied {{ $occupied_count ?? 0 }} Dirty {{ $dirty_count ?? 0 }} Reservation {{ $reservation_count ?? 0 }} Blocked {{ $blocked_count ?? 0 }} Maintenance {{ $maintenance_count ?? 0 }}
@include('Commonfooter')
@include('Commonscript')