• @if (request()->routeIs('home')) @else @endif {{ trans('storefront::layouts.home') }}
  • {{ trans('storefront::layouts.compare') }} {{ $compareCount }}
  • @if (request()->routeIs('products.index')) @else @endif {{ trans('storefront::layouts.shop') }}
  • @if (request()->routeIs('cart.index')) @else @endif {{ trans('storefront::layouts.cart') }} {{ $cartQuantity }}
  • @if (request()->routeIs('login') || request()->routeIs('account.*')) @else @endif {{ trans('storefront::layouts.account') }}