$this->product_id, 'name' => $this->product?->name, 'cover' => (string) $this->product?->cover, 'price' => (string) $this->product?->price, 'stock' => (int) $this->stock, 'deposit_stock'=> (int) $this->deposit_stock, ]; } }