$this->id, 'type' => $this->type, 'description' => $this->description, 'width' => floatval($this->width), 'height' => floatval($this->height), 'length' => floatval($this->length), 'weight' => $this->weight, 'quantity' => $this->quantity, 'cbm' => (($this->width / 100) * ($this->width / 100) * ($this->width / 100)) * $this->quantity, 'status' => $this->status, 'order' => new OrderResource($this->packingList->owner), 'container' => new ContainerResource($this->packingList->containers()->first()), 'transport' => new TransportResource($this->packingList->transports()->first()) ]; } }