{!! Theme::header() !!} {!! apply_filters(THEME_FRONT_BODY, null) !!}
@if (theme_option('social_links'))
@foreach(json_decode(theme_option('social_links'), true) as $socialLink) @if (count($socialLink) == 3) @endif @endforeach
@endif {{ theme_option('email') }}
@if (is_plugin_active('real-estate')) @php $currencies = get_all_currencies(); @endphp @if (count($currencies) > 1)
@endif @endif {!! Theme::partial('language-switcher') !!} @if (is_plugin_active('real-estate') && RealEstateHelper::isRegisterEnabled()) @if (auth('account')->check()) @endif @endif
@php $page = Theme::get('page'); @endphp @if (is_plugin_active('real-estate') && url()->current() == route('public.single') || ($page && $page->template === 'homepage')) @php $categories = get_property_categories(['indent' => '↳', 'conditions' => ['status' => \Srapid\Base\Enums\BaseStatusEnum::PUBLISHED]]); @endphp
@if (theme_option('home_banner_description'))

{{ theme_option('home_banner_description') }}

@endif
@if (theme_option('enable_search_projects_on_homepage_search', 'yes') == 'yes') {{ __('Sale') }} @endif {{ __('Rent') }} {{ __('Projects') }}
@endif