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

{{ __('texte.stock_transfers_arr.edit.transfer_edit') }}

{{ method_field('PATCH') }} {{ csrf_field() }}
date))) }}" placeholder="{{__('texte.stock_transfers_arr.edit.date')}}" maxlength="10" required readonly /> @if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
@if ($errors->has('storage_old')) {{ $errors->first('storage_old') }} @endif
@if ($errors->has('storage_new')) {{ $errors->first('storage_new') }} @endif
@if ($errors->has('product')) {{ $errors->first('product') }} @endif @if ($errors->has('stocks.0.product')) {{ $errors->first('stocks.0.product') }} @endif
{{__('texte.stock_transfers_arr.edit.place_from')}} {{__('texte.stock_transfers_arr.edit.place_to')}} {{__('texte.stock_transfers_arr.edit.product')}} {{__('texte.stock_transfers_arr.edit.quantity')}} {{__('texte.stock_transfers_arr.edit.pallet')}} {{__('texte.stock_transfers_arr.edit.batch')}} {{__('texte.stock_transfers_arr.edit.expiry')}}
@if ($errors) {{ $errors->first() }} @endif
@endsection