@inject ('toolbarHelper', 'Webkul\Product\Helpers\Toolbar') @php $showCompare = core()->getConfigData('general.content.shop.compare_option') == "1" ? true : false; $showWishlist = core()->getConfigData('general.content.shop.wishlist_option') == "1" ? true : false; @endphp
@csrf
@if ($showWishlist) @include('shop::products.wishlist') @endif @if ($showCompare) @include('shop::products.compare', [ 'productId' => $product->id ]) @endif