@php $navItems = [ ['route' => 'dashboard', 'icon' => 'ph-light ph-squares-four', 'label' => 'Dashboard'], ['route' => 'staff.index', 'icon' => 'ph-light ph-users-three', 'label' => 'Staff & Permissions', 'active_routes' => ['staff.*', 'roles.*']], ['route' => 'modules.index', 'icon' => 'ph-light ph-puzzle-piece', 'label' => 'Modules'], ['route' => 'marketplace.index', 'icon' => 'ph-light ph-storefront', 'label' => 'Marketplace'], ['route' => 'wallet.index', 'icon' => 'ph-light ph-wallet', 'label' => 'Wallet'], ['route' => 'updates.index', 'icon' => 'ph-light ph-arrow-clockwise', 'label' => 'Updates'], ['route' => 'settings.index', 'icon' => 'ph-light ph-gear', 'label' => 'Settings'], ['route' => 'audit-logs.index', 'icon' => 'ph-light ph-clock-counter-clockwise', 'label' => 'Audit Logs'], ]; @endphp