@if($product->discount > 0)
@if ($product->discount_type == 'percent')
{{round($product->discount,(!empty($decimal_point_settings) ? $decimal_point_settings: 0))}}%
@elseif($product->discount_type =='flat')
{{\App\CPU\Helpers::currency_converter($product->discount)}}
@endif
{{\App\CPU\translate('off')}}
@else
@endif