@extends('produits.layouts') @section('content')
@if ($message = Session::get('success')) @endif
Modifier un Produit et son Inventaire associé.
@csrf @method("PUT")
Le produit
@if(null != $produit->alternatif || '' != $produit->alternatif)
@if ($errors->has('alternatif')) {{ $errors->first('alternatif') }} @endif
@endif
@if ($errors->has('referenceA')) {{ $errors->first('referenceA') }} @endif
@if ($errors->has('referenceB')) {{ $errors->first('referenceB') }} @endif
@if ($errors->has('site')) {{ $errors->first('site') }} @endif
@if ($errors->has('famille')) {{ $errors->first('famille') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('essence')) {{ $errors->first('essence') }} @endif
@if ($errors->has('qualite')) {{ $errors->first('qualite') }} @endif
@if ($errors->has('unite')) {{ $errors->first('unite') }} @endif
@if ($errors->has('epaisseur')) {{ $errors->first('epaisseur') }} @endif
@if ($errors->has('largeur')) {{ $errors->first('largeur') }} @endif
@if ($errors->has('longueur')) {{ $errors->first('longueur') }} @endif
@if ($errors->has('humidite')) {{ $errors->first('humidite') }} @endif
@if ($errors->has('origine')) {{ $errors->first('origine') }} @endif
@if ($errors->has('analytiqueA')) {{ $errors->first('analytiqueA') }} @endif
@if ($errors->has('analytiqueB')) {{ $errors->first('analytiqueB') }} @endif
@if ($errors->has('analytiqueC')) {{ $errors->first('analytiqueC') }} @endif
L'Inventaire au 31/12/2023
@endsection