put('menu', 'dashboard'); session()->put('title', 'Dashboard'); return \Inertia::render('home/VIndex', app(HomeView::class)->index($request)); } }