@push('styles') @endpush
{{-- LEFT SIDE (AS IT IS - NO CHANGE) --}}
{{-- LEFT (FORM) --}}
{{-- RIGHT SIDE (NEW) --}}
@if(isset($page)) Preview
@csrf
@endif
Widgets
Popup Builder
Settings
Select an element
@php $triggerType = $page->trigger_type ?? 'load'; $frequency = $page->popup_frequency ?? 'every_time'; $selectedPages = old('display_pages', $page->display_pages ?? []); @endphp
{{-- HEADER --}}
Popup Settings
{{-- BODY --}}
{{-- ROW 1 --}}
{{-- Bottom --}}
Distance from top.
{{-- Frequency --}}
Popup visibility frequency.
{{-- Trigger --}}
When popup should appear.
{{-- Time Delay --}}
Popup delay in seconds.
{{-- DISPLAY --}}
Select one or multiple pages where popup will appear.
Upload popup layout preview image. {{-- Preview --}}
@if(!empty($page->layout_image)) @endif
Select Widget
Blocks
@php $pagedata = isset($page) ? [ 'name' => $page->name, 'slug' => $page->slug, 'status' => $page->status, 'settings' => $page->settings, 'sections' => $page->sections, ] : null; @endphp @push('scripts') @endpush