@if($row->offer_price != 0)

{{ __("staticwords.OfferPrice") }} : {{$currency_code->symbol}}{{ sprintf("%.2f",$row->offer_price) }}

@endif

{{ __("staticwords.Price") }} : {{$currency_code->symbol}}{{ sprintf("%.2f",$row->price) }}

{{ __("staticwords.ViewPricingSummary") }}