@foreach ($otherChargeConfiguration as $configuration)
{!! Form::text('spanish_name', isset($parametric) ? $parametric->spanish_name : null, ['class' => 'form-control is_required', 'id' => 'spanish_name', 'maxlength'=> '255', 'Style' => 'width: 100%;']) !!}
@endforeach