@if($product->offer_price > 0)
{{ session('lang') == 'en' ? '$' : '$' }} {{ $product->getFormattedOfferPrice() }}
{{ session('lang') == 'en' ? '$' : '$' }} {{ $product->getFormattedPrice() }}
{{ round(100 - ($product->offer_price / $product->price * 100)) }}% OFF
@else
{{ session('lang') == 'en' ? '$' : '$' }} {{ $product->getFormattedPrice() }}
@endif