@section('page_title')

{{ $page_title }} - {{ $widget->name }}

@stop @section('page_content')
@include('lms.channels.widgetbuilder.inc._widget_selectors')
@csrf
@foreach($sections as $section)

{{ $section->name }}

@foreach($existing_fields[$section->id] as $field)
{{ $field['name'] }}
@endforeach
@endforeach
@include('lms.channels.widgetbuilder.inc._widget_options')
  Label Url Text Color Background Color Action
@stop @section('page_modal') @include('lms.channels.widgetbuilder.inc._widget_modals') @stop