quantity; if($this->variation) { $description = $this->quantity. ' x '. $this->variation; } return [ 'name' => optional($this->product)->name, 'description' => $description, 'delivery_status' => $this->delivery_status, 'price' => format_price($this->price), ]; } }