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