@inject ('wishListHelper', 'Webkul\Customer\Helpers\Wishlist') {!! view_render_event('bagisto.shop.products.wishlist.before') !!} @auth('customer') @php $isWished = $wishListHelper->getWishlistProduct($product); @endphp @if (isset($text)) {!! $text !!} @endif @endauth @guest('customer') @endauth {!! view_render_event('bagisto.shop.products.wishlist.after') !!}