@include('Website::web-builder.widget._back_title',compact('title'))
Settings
{!! Form::select('widget[button_alignment]',['left' => 'Left','center' => 'Centered','right' => 'Right'],(isset($settings['button_alignment'])) ? $settings['button_alignment'] : null,['class' => 'form-control custom-select']) !!}
Button
{!! Form::select('widget[button_font_family]', getFontFamilies() ,optional($settings)['button_font_family'] ?? '', ['class' => 'form-control custom-select']) !!}
{!! Form::text('widget[button_font_size]', optional($settings)['button_font_size'] ?? '' ,['class' => 'form-control']) !!}
px
{!! Form::text('widget[button_bg_color]' , optional($settings)['button_bg_color'] ?? '' , ['class' => 'form-control colorPicker']) !!}
{!! Form::text('widget[button_font_color]' , optional($settings)['button_font_color'] ?? '' , ['class' => 'form-control colorPicker']) !!}
{!! Form::text('widget[button_border_color]' , optional($settings)['button_border_color'] ?? '' , ['class' => 'form-control colorPicker']) !!}
{!! Form::text('widget[button_border_width]', optional($settings)['button_border_width'] ?? '' ,['class' => 'form-control']) !!}
px
{!! Form::text('widget[button_border_radius]', optional($settings)['button_border_radius'] ?? '' ,['class' => 'form-control']) !!}
px
@include('Website::web-builder.widget.settings.index')
{{-- @include('Website::web-builder.widget._advance_setting')--}} @include('Website::web-builder.widget._remove_section')