@@ -2869,7 +2869,7 @@ class DealerController extends Controller | |||
$nested_data = array(); | |||
if(!empty($combineData)){ | |||
foreach ($combineData as $c){ | |||
info($c['wo']); | |||
info(count($combineData)); | |||
$update_dealer = DealerClaim::where('wo',$c['wo'])->first(); | |||
if(!empty($update_dealer)){ | |||
$update_dealer->incentives1 = $c['incentives1']; |