{{ __('Image') }}
@if ($item->discountPercent($item->id) > 0)

{{ $item->discountPercent($item->id) . '% ' . __('off') }}

@endif
{{ $item->isWishlist($item->id, optional(auth()->user())->id) ? __('Remove from wishlist') : __('Add to wishlist') }}
@if (isset($offerAvailable) && $offerAvailable == true)
@endif

{{ $item->name }}

{{ currency()->symbol }}{{ formatCurrencyAmount($item->price) }}

@if ($item->isDiscountable($item->id))

{{ currency()->symbol }}{{ formatCurrencyAmount($item->discounted_price) }}

@endif
  • {{ $item->rating($item->id) }} ({{ $item->reviewCount($item->id) }})
@if(!hasOption($item->id)) id }}>
@else
@endif