$this->id, 'name' => $this->name, 'unit' => $this->unit, 'cover' => (string) $this->cover, 'images' => $this->images, 'price' => (string) $this->price, 'is_online' => $this->isOnline(), 'description' => (string) $this->description, 'lvl_rules' => $this->whenLoaded('lvlRules', ProductLvlRuleResource::collection($this->lvlRules)), 'sale_rules' => $this->whenLoaded('saleRules', ProductSaleRuleResource::collection($this->saleRules)), ]; } }