@if ( !$product->haveSufficientQuantity() ) @if($product->associatedCategory->product_listing_badge_flag == 1) {!!$product->associatedCategory->product_listing_badge_description!!} @endif @if($product->associatedCategory->product_pdp_badge_flag) {!!$product->associatedCategory->product_pdp_badge_description!!} @endif @endif @if($product->haveSufficientQuantity()) In Stock @endif @if ($product->haveSpecialPrice() && @$product->hasCashback()) Save {{core()->currency(($product->price - $product->special_price) + @$product->getCashbackAmount())}} ({{round(((($product->price - $product->special_price) + @$product->getCashbackAmount()) / $product->price) * 100) }} %) @elseif ($product->haveSpecialPrice()) Save {{core()->currency($product->price - $product->special_price)}} ({{round((($product->price - $product->special_price) / $product->price) * 100) }}%) @elseif(@$product->hasCashback()) Save {{core()->currency(@$product->getCashbackAmount())}} ({{round(((@$product->getCashbackAmount()) / $product->product_final_price) * 100) }}%) @endif