diff --git a/packages/Webkul/Shop/src/Resources/views/layouts/header/index.blade.php b/packages/Webkul/Shop/src/Resources/views/layouts/header/index.blade.php index dc18294ee..e16f6964d 100755 --- a/packages/Webkul/Shop/src/Resources/views/layouts/header/index.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/layouts/header/index.blade.php @@ -61,7 +61,7 @@ $showCompare = core()->getConfigData('general.content.shop.compare_option') == "1" ? true : false @endphp - @php + @php $showWishlist = core()->getConfigData('general.content.shop.wishlist_option') == "1" ? true : false; @endphp @@ -128,14 +128,28 @@ + +
+ + @if ($showWishlist) +
  • + + {{ __('shop::app.header.wishlist') }} + +
  • + @endif + + @if ($showCompare) +
  • + + {{ __('shop::app.customer.compare.text') }} + +
  • + @endif @endguest @auth('customer') - @php - $showWishlist = core()->getConfigData('general.content.shop.wishlist_option') == "1" ? true : false; - @endphp -