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

{{__('texte.stock_inputs_arr.create.stock_input_create')}}

{{ csrf_field() }}
@if ($errors->has('supplier_id')) {{ $errors->first('supplier_id') }} @endif
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
@if ($errors->has('storage')) {{ $errors->first('storage') }} @endif
@if ($errors->has('product')) {{ $errors->first('product') }} @endif
{{__('texte.stock_inputs_arr.create.title')}} {{__('texte.stock_inputs_arr.create.quantity')}} {{__('texte.stock_inputs_arr.create.measure')}} {{__('texte.stock_inputs_arr.create.place')}} {{__('texte.stock_inputs_arr.create.pallet')}} {{__('texte.stock_inputs_arr.create.batch')}} {{__('texte.stock_inputs_arr.create.expiry_date')}}
@if ($errors) {{ $errors->first() }} @endif
@endsection