@include('Commonheader', ['page_title' => 'Inventory Dashboard'])
@include('sidebar')
@include('inventory.navbar')
{{-- Stats Row --}}

Total Items

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

Low Stock

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

Departments

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

Pending Requests

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

{{-- Recent Inventory & Notifications --}}
@include('Commonfooter')
@include('Commonscript')