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