digitizing_cost + $this->run_charge; } public function quote(): BelongsTo { return $this->belongsTo(Quote::class); } }