{!! Form::open(['method' => 'POST', 'role' => 'form', 'id' => 'form-other-charge','enctype' => 'multipart/form-data']) !!}
{!! Form::hidden('state', 1 , ['id'=>'state']) !!} {!! Form::hidden('fk_id_parent', 3, ['id'=>'fk_id_parent']) !!}
{!! Form::text('spanish_name', null, ['class' => 'form-control is_required', 'id' => 'spanish_name', 'maxlength'=> '255', 'Style' => 'width: 100%;']) !!}
{!! Form::text('english_name', null, ['class' => 'form-control', 'id' => 'english_name', 'maxlength'=> '255', 'Style' => 'width: 100%;']) !!}
{!!Form::select('fk_id_auxiliary_parametric',$measures,null,[ 'class'=>'form-control selectpicker fk_id_auxiliary_parametric is_required', 'data-live-search'=>'true', 'title'=>'', 'id'=>'fk_id_auxiliary_parametric', 'data-size'=>'5' ])!!}

@if (isset($parametric))
@else
@endif
{!! Form::close() !!}