@php $sectionOptions = $getSearchFormOp ?? []; $sectionData ??= []; // Get Search Form Options $enableFormAreaCustomization = data_get($sectionOptions, 'enable_extended_form_area') ?? '0'; $hideTitles = data_get($sectionOptions, 'hide_titles') ?? '0'; $headerTitle = data_get($sectionOptions, 'title_' . config('app.locale')); $headerTitle = (!empty($headerTitle)) ? replaceGlobalPatterns($headerTitle) : null; $headerSubTitle = data_get($sectionOptions, 'sub_title_' . config('app.locale')); $headerSubTitle = (!empty($headerSubTitle)) ? replaceGlobalPatterns($headerSubTitle) : null; $parallax = data_get($sectionOptions, 'parallax') ?? '0'; $hideForm = data_get($sectionOptions, 'hide_form') ?? '0'; $displayStatesSearchTip = config('settings.list.display_states_search_tip'); $hideOnMobile = (data_get($sectionOptions, 'hide_on_mobile') == '1') ? ' hidden-sm' : ''; @endphp @if (isset($enableFormAreaCustomization) && $enableFormAreaCustomization == '1') @if (isset($firstSection) && !$firstSection)
@endif
@if ($hideTitles != '1')

{{ $headerTitle }}

{!! $headerSubTitle !!}

@endif @if ($hideForm != '1') @endif
@else @includeFirst([config('larapen.core.customizedViewPath') . 'home.inc.spacer', 'home.inc.spacer'])
@if ($hideForm != '1') @endif
@endif