{!! Form::text('widget[image_alt]',(isset($settings['image_alt'])) ? $settings['image_alt'] : '',['class' => 'form-control', 'placeholder' => 'Image Alt']) !!}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {!! Form::label('widget[mobile_text_overly_width]','Mobile Overlay Text Width') !!}--}}
{{-- {!! Form::select('widget[mobile_text_overly_width]', ['25%' => '25%', '50%' => '50%', '75%' => '75%','100%' => '100%'], @$settings['mobile_text_overly_width'] ?? '100%',['class' => 'form-control']) !!}--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {!! Form::label('widget[overlay_heading_color]','Text Color') !!}--}}
{{-- {!! Form::text('widget[overlay_heading_color]', optional($settings)['overlay_heading_color'] ,['class' => 'form-control colorPicker']) !!}--}}
{{--
--}}
{{--
--}}
{{-- {!! Form::label('widget[overlay_body_color]','Body Color') !!}--}}
{{-- {!! Form::text('widget[overlay_body_color]', optional($settings)['overlay_body_color'] ,['class' => 'form-control colorPicker']) !!}--}}
{{--
--}}
{{--
--}}
{{-- {!! Form::label('widget[button_bg_color]','Button Background') !!}--}}
{{-- {!! Form::text('widget[button_bg_color]', optional($settings)['button_bg_color'] ,['class' => 'form-control colorPicker']) !!}--}}
{{--
--}}
{{--
--}}
{{-- {!! Form::label('widget[button_text_color]','Button Text Color') !!}--}}
{{-- {!! Form::text('widget[button_text_color]', optional($settings)['button_text_color'] ,['class' => 'form-control colorPicker']) !!}--}}
{{--
--}}
{{-- @include('Website::web-builder.widget._advance_setting')--}}