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