put('menu', 'dashboard'); session()->put('title', 'Dashboard'); return \Inertia::render('Home', []); } }