@if(theme_option('sticky_header_enabled', 'yes') == 'yes') @endif
@if($logo = theme_option('logo')) @endif
@if (is_plugin_active('ecommerce'))
{!! Theme::partial('header-search-bar') !!}
@endif
@if($logo) @endif @if (is_plugin_active('ecommerce'))
@endif
@if (is_plugin_active('ecommerce')) @endif @php $hasCategories = theme_option('display_product_categories_on_mobile_menu', 'yes') === 'yes' && $categories->isNotEmpty(); $categoriesTabPosition = theme_option('product_categories_position_on_mobile_menu', 'after_menu'); @endphp
@if($hasCategories)
@if($categoriesTabPosition === 'after_menu') {!! Theme::partial('mobile.menu-tab-content', compact('hasCategories', 'categoriesTabPosition')) !!} {!! Theme::partial('mobile.categories-tab-content', compact('categories', 'categoriesTabPosition')) !!} @else {!! Theme::partial('mobile.categories-tab-content', compact('categories', 'categoriesTabPosition')) !!} {!! Theme::partial('mobile.menu-tab-content', compact('hasCategories', 'categoriesTabPosition')) !!} @endif
@else {!! Theme::partial('mobile.menu-tab-content', compact('categoriesTabPosition')) !!} @endif
@if (is_plugin_active('ecommerce')) @if(EcommerceHelper::isWishlistEnabled()) @endif @endif

{{ __('Your Cart') }}

@include(Theme::getThemeNamespace('views.ecommerce.includes.mini-cart'))
{!! BaseHelper::clean(theme_option('cart_footer_description')) !!}