{!! 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() !!} @php $headerStyle = theme_option('header_style') ?: ''; $page = Theme::get('page'); if ($page) { $headerStyle = $page->getMetaData('header_style', true) ?: $headerStyle; } $headerStyle = ($headerStyle && in_array($headerStyle, array_keys(get_layout_header_styles()))) ? $headerStyle : ''; @endphp {!! apply_filters(THEME_FRONT_BODY, null) !!}
{!! Theme::partial('preloader') !!}
@if (theme_option('mobile-header-message'))
{!! BaseHelper::clean(theme_option('mobile-header-message')) !!}
@endif
{!! Menu::renderMenuLocation('header-navigation', [ 'view' => 'header-menu', ]) !!}
@if (theme_option('header_messages') && $headerMessages = json_decode(theme_option('header_messages'), true))
    @foreach($headerMessages as $headerMessage) @if (count($headerMessage) == 4)
  • first) style="display: none" @endif> @if ($headerMessage[0]['value'])   @endif @if ($headerMessage[1]['value']) {!! BaseHelper::clean($headerMessage[1]['value']) !!} @endif @if ($headerMessage[2]['value'] && $headerMessage[3]['value'])  {!! BaseHelper::clean($headerMessage[3]['value']) !!} @endif
  • @endif @endforeach
@endif
@php $currencies = is_plugin_active('ecommerce') ? get_all_currencies() : []; @endphp
    @if (theme_option('hotline'))
  • {{ __('Need help? Call Us:') }}   {{ theme_option('hotline') }}
  • @endif @if (is_plugin_active('language')) {!! Theme::partial('language-switcher') !!} @endif @if (count($currencies) > 1)
  • {{ get_application_currency()->title }}
  • @endif
(theme_option('enabled_sticky_header', 'yes') == 'yes') && (theme_option('sticky_header_content_position', 'bottom') == 'middle'), ]) >
@if ($logo = theme_option('logo')) @php $height = theme_option('logo_height', 55); $attributes = [ 'style' => sprintf('max-height: %s', is_numeric($height) ? "{$height}px" : $height), 'loading' => false, ]; @endphp @endif
@if (is_plugin_active('ecommerce'))
@endif
(theme_option('enabled_sticky_header', 'yes') == 'yes') && (theme_option('sticky_header_content_position', 'bottom') == 'bottom'), ])>
@if ($logo) @endif
@if (is_plugin_active('ecommerce') && theme_option('enabled_browse_categories_on_header', 'yes') == 'yes')
{!! BaseHelper::clean(__('Browse All Categories')) !!}
@php $categories = ProductCategoryHelper::getProductCategoriesWithUrl(); @endphp
{!! Theme::partial('product-categories-dropdown', ['categories' => $categories, 'more' => false]) !!}
@if (count($categories) > 10) @endif @if (count($categories) > 10)
{{ __('Show more...') }}
@endif
@endif
@if (theme_option('hotline'))
hotline

{{ theme_option('hotline') }}{{ __('24/7 Support Center') }}

@endif
@if (is_plugin_active('ecommerce'))
@if (EcommerceHelper::isCompareEnabled()) @endif @if (EcommerceHelper::isWishlistEnabled()) @endif @if (EcommerceHelper::isCartEnabled())
{{ __('Cart') }} {{ Cart::instance('cart')->count() }}
{!! Theme::partial('cart-panel') !!}
@endif
@endif
@if (is_plugin_active('ecommerce')) @endif
@if (is_plugin_active('language'))
{{ __('Language') }}
@endif @if (count($currencies) > 1)
{{ __('Currency') }}
@endif @if (is_plugin_active('ecommerce')) @if (EcommerceHelper::isOrderTrackingEnabled()) @endif @if (EcommerceHelper::isCompareEnabled()) @endif @endif @if (theme_option('hotline')) @endif
@if ($socialLinks = theme_option('social_links')) @endif @if ($copyright = Theme::getSiteCopyright()) @endif