@if(false && $product['old_price'] !== $product['price'] && $product['old_price'])
-{{ number_format( ( ($product['old_price'] - $product['price'] ) / $product['old_price'] ) * 100 , 0) }}%
OFF
@endif
@if($product['new_tag'] === 'yes')
@endif
@if($product['sold_qty'])
@endif
@if($product['isIndoorProduct'])
Indoor
@endif