@if(isset($product->flash_deal_status) && $product->flash_deal_status == 1)
@endif @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 @else @endif
{{ Str::limit($product['name'], 18) }}
@if($product->discount > 0) {{\App\CPU\Helpers::currency_converter($product->unit_price)}} @endif {{\App\CPU\Helpers::currency_converter($product->unit_price-(\App\CPU\Helpers::get_product_discount($product,$product->unit_price)))}}