@extends('dash') @section('section')
NOUVEAU PRODUIT
Veuillez remplir ces champs pour enregistrer un nouveau produit.

* Champs obligatoires

Information de base
@if($errors->has('reference'))
{{ $errors->first('reference') }}
@endif
@if($errors->has('libelle'))
{{ $errors->first('libelle') }}
@endif
@if($errors->has('prix_vente'))
{{ $errors->first('prix_vente') }}
@endif
@if($errors->has('prix_vente_min'))
{{ $errors->first('prix_vente_min') }}
@endif
@if($errors->has('stock'))
{{ $errors->first('stock') }}
@endif
caracteristiques
Autres Informations
@if($errors->has('limite_stock_alert'))
{{ $errors->first('limite_stock_alert') }}
@endif
@if($errors->has('stock_optimal_desire'))
{{ $errors->first('stock_optimal_desire') }}
@endif
@stop