@php($overallRating = \App\CPU\ProductManager::get_overall_rating($product->reviews))
@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
@endif
@php($wishlist = count($product->wish_list)>0 ? 1 : 0)
@php($compare_list = count($product->compare_list)>0 ? 1 : 0)