@php $currentRoute = request()->route()->getName() ?? ''; @endphp
{{-- Mobile Menu Toggle --}} {{-- Breadcrumb --}}
{{-- Notifications --}}
@php $lowStockCount = \App\Models\LowStockAlert::active()->count(); $pendingConfirmations = \App\Models\Order::where('order_status', 'order_received')->count(); $totalNotifications = $lowStockCount + $pendingConfirmations; @endphp
{{-- Search --}} {{-- Quick Actions --}}