{!! Form::text('widget[image_alt]',(isset($settings['image_alt'])) ? $settings['image_alt'] : '',['class' => 'form-control', 'placeholder' => 'Image Alt']) !!}
{{ (isset($column)) ? $column : 4 }}
{!! Form::select('widget[content_alignment][]',['left' => 'Left','center' => 'Centered','right' => 'Right'], (isset($contentAlignment)) ? $contentAlignment : 'left' ,['class' => 'form-control custom-select']) !!}
{{-- --}} {{--
{!! $text !!}
--}} {!! RTEForm::rte('widget[content_text][]', $text) !!}