@php use App\Support\Navigation\WorkspaceNav; $user = auth()->user(); $items = collect(WorkspaceNav::visibleGroups($user))->flatten(1); @endphp