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