@if(theme_option('sticky_header_enabled', 'yes') == 'yes') @endif
{!! Theme::partial('logo') !!}
@if (is_plugin_active('ecommerce'))
{!! Theme::get('headerSearchBar') !!}
@endif
{!! Theme::partial('logo') !!}
@if (is_plugin_active('ecommerce'))
@endif
{!! Theme::partial('mobile.menu-tab-content') !!}
@if (is_plugin_active('ecommerce')) @if(EcommerceHelper::isCompareEnabled()) @endif @if (EcommerceHelper::isOrderTrackingEnabled()) @endif @endif

{{ __('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')) @endif