@php $imagePath = \App\Helpers\ImageHelper::getProductImage($product); $isInWishlist = auth()->check() && auth()->user()->wishlists()->where('product_id', $product->id)->exists(); $isOnSale = $product->isOnSale(); $discountPercentage = $product->getDiscountPercentage(); @endphp @push('styles') @endpush @push('scripts') @endpush