prefix('v1')->group(function () { Route::apiResource('setting', SettingController::class)->names('setting'); });