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

{{__('texte.expeditions_arr.create.expedition_create')}}

{{ csrf_field() }}
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('storage')) {{ $errors->first('storage') }} @endif
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
@if ($errors->has('product')) {{ $errors->first('product') }} @endif
@if(config('settings.reserve_quantities')) @endif
{{__('texte.expeditions_arr.create.title')}} {{__('texte.expeditions_arr.create.quantity')}}{{__('texte.expeditions_arr.create.available_quantity')}}{{__('texte.expeditions_arr.create.remove')}}
@if ($errors) {{ $errors->first() }} @endif
@endsection