@php $offerFlag = $product->offerCheck(); $outOfStock = $product->isOutOfStock(); $outStock = false; @endphp
{{ __('Stock Out') }}
@endif @if (isset($featured) && $outStock == false){{ __('Featured') }}
@endif @if ($review_average == 5 && $outStock == false){{ __('Top Rated') }}
{{ formatCurrencyAmount($product->getDiscountAmount()) }}% {{ __('off') }}
@endif