{!! BaseHelper::googleFonts('https://fonts.googleapis.com/css2?family=' . urlencode(theme_option('font_text', 'Lato')) . ':ital,wght@0,400;0,700;1,400;1,700&family=' . urlencode(theme_option('font_heading', 'Quicksand')) . ':wght@400;500;600;700&display=swap') !!} @php Theme::asset()->remove('language-css'); Theme::asset()->container('footer')->remove('language-public-js'); Theme::asset()->container('footer')->remove('simple-slider-owl-carousel-css'); Theme::asset()->container('footer')->remove('simple-slider-owl-carousel-js'); Theme::asset()->container('footer')->remove('simple-slider-css'); Theme::asset()->container('footer')->remove('simple-slider-js'); @endphp {!! Theme::header() !!} {!! apply_filters(THEME_FRONT_BODY, null) !!}
{!! Theme::partial('preloader') !!} @yield('content') {!! Theme::footer() !!}