$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' => ProductLvlRuleResource::collection($this->whenLoaded('lvlRules')), 'sale_rules' => ProductSaleRuleResource::collection($this->whenLoaded('saleRules')), ]; } }