@inject ('toolbarHelper', 'Webkul\Product\Helpers\Toolbar')
@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