@if ($product->offPercentage() && round($product->offPercentage()) > 0) -{{ round($product->offPercentage()) }}% @endif @if (Auth::check()) @if (isset($wishlist))
@else
@endif @else
@endif product img
@if ($product->type != 'Listing')
@endif @if ($product->product_type == 'affiliate')
@lang('Add To Cart')
@else @if ($product->emptyStock())
{{ __('Out of Stock') }}
@else @if ($product->type != 'Listing') cross_products ? 'data-bs-target=#exampleModal' : '' }} href="javascript:;" data-href="{{ route('product.cart.add', $product->id) }}" data-cross-href="{{ route('front.show.cross.product', $product->id) }}" class="add_cart_click {{ $product->cross_products ? 'view_cross_product' : '' }}">
@lang('Add To Cart')
@endif @endif @endif @if ($product->type != 'Listing')
@endif
{{ $product->showName() }}
{{ $product->showPrice() }}
{{ $product->showPreviousPrice() }}
{{ number_format($product->ratings_avg_rating, 1) }} ({{ $product->ratings_count }})