*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'product_name' => $this->product->name, 'count' => $this->count, 'data'=> json_decode($this->data), 'meta' => $this->meta, 'price'=> $this->price, 'image' => $this->image, ]; } }