| @@ -3513,9 +3513,10 @@ class DealerController extends Controller | |||
| } | |||
| if(!empty($count_businessCyber)){ | |||
| dd($count_businessCyber[0]['retail_price']); | |||
| for ($i=0;$i<count($count_businessCyber);$i++){ | |||
| info('i' . $i); | |||
| for($j=0;$j<51;$j++){ | |||
| info('j' . $j); | |||
| $total = number_format(floatval(str_replace("RM ", "", $count_businessCyber[$j]['retail_price'])) * 2.0, 2); | |||
| array_push($combineData, array( | |||
| 'index' => $count_businessCyber[$j]['index'], | |||