• {{ __('Home') }}
  • @if (is_plugin_active('ecommerce'))
  • {{ __('Shop') }}
  • @if (EcommerceHelper::isCartEnabled())
  • {{ Cart::instance('cart')->count() }} {{ __('Cart') }}
  • @endif
  • {{ __('Search') }}
  • {{ __('Account') }}
  • @endif