D
Size: a a a
ᅠ
ᅠ
AB
AB
AB
D
D
D
AB
AB
return [
'name' => $this->name,
'product_material' => new ProductMaterial($this->product_material),
'manufacturer' => new Manufacturer($this->manufacturer),
'product_images' => new ProductImage($this->product_images),
'p' => ProductStore::collection($this->whenLoaded('product_variations')),
];
AB
AB
D
AB
D
AB
AB
return ResourceProduct::collection($result);
AB
D