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