{!! BaseHelper::googleFonts('https://fonts.googleapis.com/css2?family=' . urlencode(theme_option('primary_font', 'Poppins')) . ':wght@200;300;400;500;600;700;800;900&display=swap') !!} {!! Theme::header() !!} {!! apply_filters(THEME_FRONT_BODY, null) !!} @if (theme_option('preloader_enabled', 'no') == 'yes')
@endif
@if (is_plugin_active('newsletter') && theme_option('enable_newsletter_popup', 'yes') === 'yes')
@endif
@if (is_plugin_active('language'))
{!! Theme::partial('language-switcher') !!}
@endif @if (is_plugin_active('ecommerce')) @php $currencies = get_all_currencies(); @endphp @if (count($currencies) > 1)
@endif @endif @if (theme_option('hotline'))
  • {{ theme_option('hotline') }}
@endif
@if (is_plugin_active('ecommerce')) @endif
@if (theme_option('enable_sticky_header', 'yes') == 'yes') @endif