'apanel', 'middleware' => []], function () { Route::get('setting/', [SettingController::class, 'index'])->name('setting.index'); Route::post('setting/generalStoreOrUpdate', [SettingController::class, 'generalStoreOrUpdate'])->name('setting.general.storeOrUpdate'); Route::post('setting/connectionStoreOrUpdate', [SettingController::class, 'connectionStoreOrUpdate'])->name('setting.connection.storeOrUpdate'); Route::post('setting/seoStoreOrUpdate', [SettingController::class, 'seoStoreOrUpdate'])->name('setting.seo.storeOrUpdate'); Route::post('setting/additionalStoreOrUpdate', [SettingController::class, 'additionalStoreOrUpdate'])->name('setting.additional.storeOrUpdate'); });