{!! BaseHelper::googleFonts(sprintf('https://fonts.googleapis.com/css2?family=%s:wght@400;500;600', urlencode($primaryFont = theme_option('primary_font', 'Jost')))) !!} {!! Theme::header() !!} {!! apply_filters(THEME_FRONT_BODY, null) !!} {!! Theme::partial('scroll-top') !!} @yield('content') @if(is_plugin_active('ecommerce') && theme_option('bottom_mobile_menu_enabled', 'yes') === 'yes') @include(Theme::getThemeNamespace('partials.navigation-bar')) @endif {!! Theme::footer() !!}