@extends('layouts.app') @section('link') @endsection @section('content')

{{__('texte.stocks_arr.edit.change_stock')}}

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('storage_id')) {{ $errors->first('storage_id') }} @endif
@if ($errors->has('product_id')) {{ $errors->first('product_id') }} @endif
@if ($errors->has('product_id')) {{ $errors->first('product_id') }} @endif
@if ($errors->has('quantity')) {{ $errors->first('quantity') }} @endif
@if ($errors->has('batch')) {{ $errors->first('batch') }} @endif
@if ($errors->has('expiring_date')) {{ $errors->first('expiring_date') }} @endif
@endsection