@inject ('toolbarHelper', 'Webkul\Product\Helpers\Toolbar')
@csrf
@if ((bool) core()->getConfigData('general.content.shop.wishlist_option')) @include('shop::products.wishlist') @endif @if ((bool) core()->getConfigData('general.content.shop.compare_option')) @include('shop::products.compare', [ 'productId' => $product->id ]) @endif