@extends('produits.layouts') @section('content')
Ajouter un nouveau Produit et renseigner son inventaire au 31/12/2023
@csrf
Le produit
@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
@error('quantite') {{ $message }} @enderror
@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
L'Inventaire au 31/12/2023
@error('quantite') {{ $message }} @enderror
@if ($errors->has('localisation')) {{ $errors->first('localisation') }} @endif
@endsection