'/my-profile', 'name' => 'Home'], ['path' => '/my-profile/users', 'name' => 'Users', 'params' => true], ]; $root = $request->path() === '/my-profile'; return view('dashboard.content', compact('pageRoutes', 'root')); } }