New - Characteristic Client


Warning: Undefined variable $formulario in /home/tabexc29/qa.tabex.com.br/resources/views/include/modal_adicionar_client_characteristic.blade.php on line 17
{{method_field('post')}} {{csrf_field()}}
{!! Form::label('clientCharacteristic', 'Client Characteristic', [ 'class' => 'w-100 control-label']) !!} {!! Form::select('clientCharacteristic[0]', $select['clientCharacteristic'], old('clientCharacteristic',null), ['class' => 'form-control ']) !!}
{!! Form::label('value_type', 'Type', [ 'class' => 'w-100 control-label']) !!} {!! Form::select('value_type[0]', $select['value_types'], old('value_type',null), ['class' => 'form-control ']) !!}
{!! Form::label('value', 'Value', [ 'class' => 'w-100 control-label', ]) !!} {!! Form::text('value[]' , old('value[]'), ['class' => 'clientCharacteristicClients form-control ', 'placeholder' => 'Value']) !!}