• @if($showMenuLabel = theme_option('bottom_mobile_menu_show_label', 'yes') === 'yes') {{ __('Home') }} @endif
  • @if($showMenuLabel) {{ __('Categories') }} @endif
  • @if (EcommerceHelper::isCartEnabled())
  • {{ Cart::instance('cart')->count() }}
    @if($showMenuLabel) {{ __('Cart') }} @endif
  • @endif @if(EcommerceHelper::isWishlistEnabled())
  • {{ Cart::instance('wishlist')->count() }}
    @if($showMenuLabel) {{ __('Wishlist') }} @endif
  • @if($showMenuLabel) {{ __('Account') }} @endif
  • @endif