@php ($attributes = (isset($value['attributes']) ? $value['attributes'] : [])) @php ($attributes['id'] = (isset($attributes['id']) ? $attributes['id'] : $key)) @php ($attributes['class'] = (isset($attributes['class']) ? $attributes['class'] : 'form-control')) @php ($attributes['class'] .= ($errors->has($key) ? ' is-invalid' : '')) @php ($floatOff = ['select', 'multiselect', 'file', 'radio', 'checkbox', 'editor', 'date', 'custom', 'switch']) @php ($labelWidth = (isset($value['label_width']) ? $value['label_width'] : 'col-lg-2 col-md-2 col-sm-6 col-xs-12 text-right')) @php ($fieldWidth = (isset($value['field_width']) ? $value['field_width'] : 'col-lg-6 col-md-6 col-xs-12 col-sm-12')) @php ($value['value'] = isset($value['value']) ? $value['value'] : null) @if($coverClass)
{{ $value['help'] }}
@endif