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