| @@ -3533,7 +3533,7 @@ class DealerController extends Controller | |||
| 'claim' => $count_businessCyber[$j]['claim'], | |||
| )); | |||
| } | |||
| for($j=51;$j>=51;$j++){ | |||
| for($j=51; ($j < count($count_businessCyber) && $j>=51);$j++){ | |||
| $total = number_format(floatval(str_replace("RM ", "", $count_businessCyber[$j]['retail_price'])) * 2.5, 2); | |||
| array_push($combineData, array( | |||
| 'index' => $count_businessCyber[$j]['index'], | |||