'decimal:2']; public function deliveryNote() { return $this->belongsTo(DeliveryNote::class); } public function salesOrderItem() { return $this->belongsTo(SalesOrderItem::class); } public function item() { return $this->belongsTo(Item::class); } }