middleware(['web', 'auth:web'])->group(function ($router) { $router->get('/setting/nami', SettingView::class)->name('setting.nami'); }); } }