theme_option('bottom_bar_menu_show_text', 'yes') != 'yes']) style="--bottom-bar-menu-text-font-size: {{ theme_option('bottom_bar_menu_text_font_size', 12) }}px;" >
  • {{ __('Home') }}
  • @if (is_plugin_active('ecommerce'))
  • {{ __('Shop') }}
  • @if (EcommerceHelper::isCartEnabled())
  • {{ Cart::instance('cart')->count() }} {{ __('Cart') }}
  • @endif
  • {{ __('Search') }}
  • {{ __('Account') }}
  • @endif