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