{{-- EXAMPLE: Grouped Navigation Menu with Dropdowns This file demonstrates how to implement grouped navigation menus. Copy the relevant sections to your navigation.blade.php file. --}} @php use App\Services\NavigationService; $menuItems = NavigationService::getMenuItems(); @endphp