{!! Form::select('item[' . $item_row . '][customer_type]', $diot_customer_types,'', ['class' => 'form-control input-sm col-customer-type', 'placeholder' => __('general.text_select'),'id' => 'item_customer_type_' . $item_row,'data-row' => $item_row,'required']) !!}
{!! Form::select('item[' . $item_row . '][operation_type]', $diot_operation_types,'', ['class' => 'form-control input-sm col-operation-type', 'placeholder' => __('general.text_select'),'id' => 'item_operation_type_' . $item_row,'data-row' => $item_row,'required']) !!}
{!! Form::text('item[' . $item_row . '][taxid]', '', ['class' => 'form-control input-sm text-center col-taxid','id' => 'item_taxid_' . $item_row,'required']) !!}
{!! Form::text('item[' . $item_row . '][numid]', '', ['class' => 'form-control input-sm text-center col-numid','id' => 'item_numid_' . $item_row]) !!}
{!! Form::text('item[' . $item_row . '][name]', '', ['class' => 'form-control input-sm col-name','id' => 'item_name_' . $item_row]) !!}
{!! Form::select('item[' . $item_row . '][foreign_country_code]',$diot_countries, '', ['class' => 'form-control input-sm col-foreign-country-code', 'placeholder' => __('general.text_select'), 'id' => 'item_foreign_country_code_' . $item_row]) !!}
{!! Form::text('item[' . $item_row . '][foreign_nationality]', '', ['class' => 'form-control input-sm col-foreign-nationality','id' => 'item_foreign_nationality_' . $item_row]) !!}
{!! Form::number('item[' . $item_row . '][iva_15_16]', '0', ['class' => 'form-control input-sm text-right col-iva-15-16', 'id' => 'item_iva_15_16_' . $item_row, 'step' => 'any']) !!}
{!! Form::number('item[' . $item_row . '][iva_15]', '0', ['class' => 'form-control input-sm text-right col-iva-15', 'id' => 'item_iva_15_' . $item_row, 'step' => 'any']) !!}
{!! Form::number('item[' . $item_row . '][iva_15_16_not]', '0', ['class' => 'form-control input-sm text-right col-iva-15-16-not', 'id' => 'item_iva_15_16_not_' . $item_row, 'step' => 'any']) !!}
{!! Form::number('item[' . $item_row . '][iva_10_11]', '0', ['class' => 'form-control input-sm text-right col-iva-10-11', 'id' => 'item_iva_10_11_' . $item_row, 'step' => 'any']) !!}
{!! Form::number('item[' . $item_row . '][iva_10]', '0', ['class' => 'form-control input-sm text-right col-iva-10', 'id' => 'item_iva_10_' . $item_row, 'step' => 'any']) !!}
{!! Form::number('item[' . $item_row . '][iva_10_11_not]', '0', ['class' => 'form-control input-sm text-right col-iva-10-11-not', 'id' => 'item_iva_10_11_not_' . $item_row, 'step' => 'any']) !!}
{!! Form::number('item[' . $item_row . '][border_stimulation]', '0', ['class' => 'form-control input-sm text-right col-border-stimulation', 'id' => 'item_border_stimulation_' . $item_row, 'step' => 'any']) !!}
{!! Form::number('item[' . $item_row . '][border_stimulation_not]', '0', ['class' => 'form-control input-sm text-right col-border-stimulation-not', 'id' => 'item_border_stimulation_not_' . $item_row, 'step' => 'any']) !!}
{!! Form::number('item[' . $item_row . '][iva_0]', '0', ['class' => 'form-control input-sm text-right col-iva-0', 'id' => 'item_iva_0_' . $item_row, 'step' => 'any']) !!}
{!! Form::number('item[' . $item_row . '][exempt]', '0', ['class' => 'form-control input-sm text-right col-exempt', 'id' => 'item_exempt_' . $item_row, 'step' => 'any']) !!}
{!! Form::number('item[' . $item_row . '][iva_detained]', '0', ['class' => 'form-control input-sm text-right col-iva-detained', 'id' => 'item_iva_detained_' . $item_row, 'step' => 'any']) !!}
{!! Form::number('item[' . $item_row . '][iva_dev_dis_bon]', '0', ['class' => 'form-control input-sm text-right col-iva-dev-dis-bon', 'id' => 'item_iva_dev_dis_bon_' . $item_row, 'step' => 'any']) !!}