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

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

@endif

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

{{ __("View pricing summary") }}