@include('Commonheader', ['page_title' => 'Restaurant Dashboard'])
@include('sidebar')
@include('restaurant.navbar')

Menu Items

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

Total Orders

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

Pending Orders

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

Tables

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

@include('Commonfooter')
@include('Commonscript')