{!! BaseHelper::googleFonts('https://fonts.googleapis.com/css2?family=' . urlencode(theme_option('primary_font', 'Nunito Sans')) . ':wght@300;600;700;800&display=swap') !!} {!! Theme::header() !!} {!! apply_filters(THEME_FRONT_BODY, null) !!}
@php $hasSocialLinks = false; @endphp @if ($socialLinks = json_decode(theme_option('social_links'), true))
@foreach($socialLinks as $socialLink) @if (count($socialLink) == 3 && $socialLink[1]['value'] && $socialLink[2]['value']) @php $hasSocialLinks = true; @endphp @endif @endforeach
@if ($hasSocialLinks && theme_option('email')) @endif @endif @if ($email = theme_option('email')) {{ $email }} @endif
@if (is_plugin_active('real-estate')) @if (RealEstateHelper::isEnabledWishlist()) @endif @php $currencies = get_all_currencies(); @endphp @if (count($currencies) > 1)
@endif @endif {!! Theme::partial('language-switcher') !!} @if (is_plugin_active('real-estate') && RealEstateHelper::isLoginEnabled()) @if (auth('account')->check()) @endif @endif