@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('steps_repeater')))
@foreach(pagesetting('steps_repeater') as $option)
@if(!empty($option['image']) || !empty($option['data_heading']) || !empty($option['data_description']))
-
@if(!empty($option['image'][0]['path']))
@endif
@if(!empty($option['data_heading'])){!! $option['data_heading'] !!}
@endif
@if(!empty($option['data_description'])){!! $option['data_description'] !!}
@endif
@endif
@endforeach
@endif
@if(!empty(pagesetting('btn_txt')))