@extends('inventaires.layouts') @section('content')
Renseigner un stock en Inventaire
@csrf
@if ($errors->has('produit_id')) {{ $errors->first('produit_id') }} @endif
@if ($errors->has('quantite')) {{ $errors->first('quantite') }} @endif
@if ($errors->has('unite')) {{ $errors->first('unite') }} @endif
@if ($errors->has('localisation')) {{ $errors->first('localisation') }} @endif
@endsection