@include('Website::web-builder.widget._back_title',compact('title')) Settings Section Label Heading Content @if(is_array($titles) and count($titles) > 0) @foreach($titles as $key => $title) Add title or tagline {!! @view('Website::web-builder.widget._tab-form',compact('title','text')) !!} @endforeach @endif Add Tabs Design Heading @include('Website::web-builder.widget.settings.section_heading_setting') Button Font Family {!! Form::select('widget[button_font_family]', getFontFamilies() ,optional($settings)['button_font_family'] ?? '', ['class' => 'form-control custom-select']) !!} Font Size {!! Form::text('widget[button_font_size]', optional($settings)['button_font_size'] ?? '' ,['class' => 'form-control']) !!} px Background color {!! Form::text('widget[button_bg_color]' , optional($settings)['button_bg_color'] ?? '' , ['class' => 'form-control colorPicker']) !!} Font color {!! Form::text('widget[button_font_color]' , optional($settings)['button_font_color'] ?? '' , ['class' => 'form-control colorPicker']) !!} Border Color {!! Form::text('widget[button_border_color]' , optional($settings)['button_border_color'] ?? '' , ['class' => 'form-control colorPicker']) !!} Border Width {!! Form::text('widget[button_border_width]', optional($settings)['button_border_width'] ?? '' ,['class' => 'form-control']) !!} px Border Radius {!! Form::text('widget[button_border_radius]', optional($settings)['button_border_radius'] ?? '' ,['class' => 'form-control']) !!} px Padding above button {!! Form::text('widget[button_top_padding]', optional($settings)['button_top_padding'] ?? '' ,['class' => 'form-control']) !!} px @include('Website::web-builder.widget.settings.index') @include('Website::web-builder.widget._remove_section')
Add title or tagline
Add Tabs
Design