'decimal:2', 'stock' => 'decimal:4', ]; } public function rawMaterial(): BelongsTo { return $this->belongsTo(RawMaterial::class); } }