Dashboard
@php
$roomCount = isset($dashboard_info['roomCount']) ? $dashboard_info['roomCount'] : 0;
$resCount = isset($dashboard_info['resCount']) ? $dashboard_info['resCount'] : 0;
$collection = isset($dashboard_info['collection']) ? $dashboard_info['collection'] : 0;
$foodOrders = isset($dashboard_info['foodOrders']) ? $dashboard_info['foodOrders'] : 0;
$stats = [
['icon' => 'fas fa-users', 'label' => 'Rooms Sold', 'value' => $roomCount, 'color' => 'primary'],
['icon' => 'fas fa-user-check', 'label' => 'Reservations', 'value' => $resCount, 'color' => 'info'],
['icon' => 'fas fa-luggage-cart', 'label' => 'Collection', 'value' => $collection, 'color' => 'success'],
['icon' => 'far fa-check-circle', 'label' => 'Food Orders', 'value' => $foodOrders, 'color' => 'secondary']
];
@endphp
@foreach($stats as $stat)
@endforeach
{{ $stat['label'] }}
{{ $stat['value'] }}
Daily Sales
{{ \Carbon\Carbon::now()->format('M d') }}
1,23,000
+5%
75
Rooms Occupied