{!! BaseHelper::googleFonts('https://fonts.googleapis.com/css2?family=' . urlencode(theme_option('primary_font', 'Poppins')) . ':wght@400;500;600;700;900&display=swap') !!} {!! Theme::header() !!} {!! apply_filters(THEME_FRONT_BODY, null) !!}
    @if ($hotline = theme_option('hotline'))
  •  {{ $hotline }}
  • @endif @if ($email = theme_option('email'))
  •  {{ $email }}
  • @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