@php use App\Helpers\MenuHelper; $menuGroups = MenuHelper::getMenuGroups(); // Get current path $currentPath = request()->path(); @endphp