@php $navItems = [ ['label' => 'Dashboard', 'icon' => 'bi-speedometer2', 'route' => 'dashboard'], ['label' => 'Bookkeeping', 'icon' => 'bi-journal-richtext', 'route' => 'bookkeeping.overview'], ['label' => 'Tickets', 'icon' => 'bi-ticket-perforated', 'route' => 'tickets.index'], ['label' => 'Maps', 'icon' => 'bi-geo-alt', 'route' => 'maps.overview'], ['label' => 'Vehicles', 'icon' => 'bi-truck-front', 'route' => 'vehicles.index'], ['label' => 'Business Profiles', 'icon' => 'bi-briefcase', 'route' => 'business-profiles.index'], ['label' => 'Settings', 'icon' => 'bi-sliders', 'route' => 'profile.edit'], ]; @endphp