@if(!empty(pagesetting('video')))
@if(!empty(pagesetting('video')[0]['path'])) @endif
@endif
@if(!empty(pagesetting('pre_heading')) || !empty(pagesetting('heading')) || !empty(pagesetting('paragraph')))
@if(!empty(pagesetting('pre_heading'))){{ pagesetting('pre_heading') }}@endif @if(!empty(pagesetting('heading')))

{!! pagesetting('heading') !!}

@endif @if(!empty(pagesetting('paragraph'))){!! pagesetting('paragraph') !!}@endif
@endif @if(!empty(pagesetting('revolutionize_repeater')))
@foreach(pagesetting('revolutionize_repeater') as $option)
@if(!empty($option['revolu_image'][0]['path']))
signup img
@endif @if(!empty($option['revolu_heading']))

{!! $option['revolu_heading'] !!}

@endif @if(!empty($option['revolu_paragraph']))

{!! $option['revolu_paragraph'] !!}

@endif
@endforeach
@endif
@if(!empty(pagesetting('bg_image'))) @if(!empty(pagesetting('bg_image')[0]['path'])) bg image @endif @endif
@pushOnce('styles') @vite(['public/css/videojs.css']) @endpushOnce @pushOnce('scripts') @endpushOnce