flash + $this->fleece + $this->poly_ink + $this->run_charge + $this->repacking_fee) * $this->quantity ?? 0; return $perUnitTotals + $this->artwork_fee + $this->color_change + $this->color_match; } public function quote(): BelongsTo { return $this->belongsTo(Quote::class); } }