@component('admin.components.step_form_pages',
[ //'post_url'=>$post_url,
'type'=>'blast',
'title'=> 'Who are you sending this blast to?' ,
'step'=>'1',
'disable_auto_submit'=>true
])
@php $id = 'section_saved_filter_settings'; $hasError = $errors->has($id); @endphp
@component('admin.components.form_field', [ 'class'=>'col-12', 'label'=> '
'.$form[$id]['label'].'', 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'hasError'=>$hasError ])
@php $id = 'saved_filter_select'; $hasError = $errors->has($id); @endphp
@component('admin.components.form_field', [ 'class'=>'col-12 col-sm-6 w-100 mx-auto mb-0 px-0 pr-sm-1', 'label'=> $form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'hasError'=>$hasError ])
@endcomponent
@php $id = 'save_filter_input'; $hasError = $errors->has($id); @endphp
@component('admin.components.form_field', [ 'class'=>'status-item col-12 p-0 m-0 mb-1', 'label'=> $form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
@endcomponent
@php $id = 'filter_type'; $hasError = $errors->has($id) @endphp
@component('admin.components.form_field', ['class'=>'w-100 col-12 col-sm-6 col-md-4 px-0 pr-1 mb-0',
'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
{{--
--}}
{{-- --}}
{{-- --}}
{{--
--}}
@php $id = 'section_blast_recipients'; $hasError = $errors->has($id); @endphp
@component('admin.components.form_field', [ 'class'=>'mt-4 col-12', 'label'=> '
'.$form[$id]['label'].'', 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'hasError'=>$hasError ])
@endcomponent
@slot('footer_back')
Back
@endslot
@slot('footer_next')
@endslot
@endcomponent
@section('script')
@parent
{{-- --}}
@endSection