belongsTo(CostUnit::class); } public function status() : BelongsTo { return $this->belongsTo(InvoiceStatus::class, 'status')->first(); } }