group(function () { Route::get('/dashboard', function () { return view('dashboard.home'); })->name('dashboard'); });