'decimal:2', 'stock_minimum' => 'decimal:2', 'prix_unitaire' => 'decimal:2', 'conditionnement_quantite' => 'decimal:2', 'date_expiration' => 'date', ]; /** * Get the fournisseur that owns the product. */ public function fournisseur(): BelongsTo { return $this->belongsTo(Fournisseur::class); } }