@if(theme_option('sticky_header_enabled', 'yes') == 'yes')
{!! Theme::partial('header-middle') !!}
@endif
{!! Theme::partial('mobile.menu-tab-content') !!}
@if (is_plugin_active('ecommerce'))
@if(EcommerceHelper::isCompareEnabled())
@endif
@if (EcommerceHelper::isOrderTrackingEnabled())
@endif
@endif
{!! Theme::partial('language-switcher', ['mobile' => true]) !!}
{!! Theme::partial('currency-switcher', ['mobile' => true]) !!}
{{ __('Your Cart') }}
@include(Theme::getThemeNamespace('views.ecommerce.includes.mini-cart'))
@if ($cartFooterDescription = theme_option('cart_footer_description'))
{!! BaseHelper::clean($cartFooterDescription) !!}
@endif
{!! Theme::partial('mobile.categories-tab-content', compact('categories')) !!}
@if (is_plugin_active('ecommerce'))
{{ __('What Are You Looking For?') }}
@endif