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

{{__('texte.products_arr.edit.edit_product')}}

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('category')) {{ $errors->first('category') }} @endif
@if ($errors->has('producer')) {{ $errors->first('producer') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('unit')) {{ $errors->first('unit') }} @endif
@if ($errors->has('input_measure')) {{ $errors->first('input_measure') }} @endif
@if ($errors->has('is_wrappage')) {{ $errors->first('is_wrappage') }} @endif
@if ($errors->has('wrappage_piece')) {{ $errors->first('wrappage_piece') }} @endif
@if ($errors->has('wrappage_package')) {{ $errors->first('wrappage_package') }} @endif
@if ($errors->has('wrappage_pallet')) {{ $errors->first('wrappage_pallet') }} @endif
{{__('texte.products_arr.edit.count')}} {{__('texte.products_arr.edit.weight')}} {{__('texte.products_arr.edit.barcode')}} {{__('texte.products_arr.edit.surface')}}
{{__('texte.products_arr.edit.single_piece')}} 1
@if ($errors->has('piece_weight')) {{ $errors->first('piece_weight') }} @endif
@if ($errors->has('piece_barcode')) {{ $errors->first('piece_barcode') }} @endif
@if ($errors->has('piece_surface')) {{ $errors->first('piece_surface') }} @endif
@if ($errors->has('package')) {{ $errors->first('package') }} @endif
@if ($errors->has('package_count')) {{ $errors->first('package_count') }} @endif
@if ($errors->has('package_weight')) {{ $errors->first('package_weight') }} @endif
@if ($errors->has('package_barcode')) {{ $errors->first('package_barcode') }} @endif
@if ($errors->has('package_surface')) {{ $errors->first('package_surface') }} @endif
{{__('texte.products_arr.edit.pallet')}}
@if ($errors->has('pallet_count')) {{ $errors->first('pallet_count') }} @endif
@if ($errors->has('pallet_weight')) {{ $errors->first('pallet_weight') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@endsection