@if(isset($showSearchButton) && $showSearchButton)
@endif @if(is_plugin_active('ecommerce')) @if(EcommerceHelper::isCompareEnabled())
{{ Cart::instance('compare')->count() }}
@endif @if (EcommerceHelper::isWishlistEnabled())
{{ Cart::instance('wishlist')->count() }}
@endif @if (EcommerceHelper::isCartEnabled())
@endif @endif