belongsTo(UnitPrice::class); } public function purchaseRequestOtherCost() { return $this->belongsTo(PurchaseRequestOtherCost::class); } }