route('setup'); }); Route::get('/setup', Setup::class)->name('setup'); route::get('/setup/{setting}', [ SettingController::class, "hash" ])->name('setup-hash'); Route::get('/game', Game::class)->name('game');