user()->tenant()->firstOrFail(); return FoodResource::make( $this->foodService->upsertMany( $tenant, $request->validated('variants'), ) ); } }