authorize('update', $client); $action->handle( $client, $customFieldDefinition, $request->validated('value'), $request->user() ); // Return the full client so the SPA re-renders all field cards in one round-trip. return ClientResource::make($clients->find($client->id)); } }