|
|
@@ -2782,10 +2782,11 @@ class DealerController extends Controller |
|
|
|
$dataOctober = $this->returnDataR($company,'2020','10'); |
|
|
|
|
|
|
|
foreach ($dataAugustR as $key => $d) { |
|
|
|
if('31/7/2020' >= '11/8/2020'){ |
|
|
|
$countAugustR[] = $d; |
|
|
|
$submission=date('d/m/Y', strtotime($d['submission'])); |
|
|
|
info ('hm'); |
|
|
|
if(date('m/Y', strtotime($d['submission'])) == $month.'/'.$year){ |
|
|
|
if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){ |
|
|
|
$countAugustR[] = $d; |
|
|
|
info ($d['submission']); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// Store to combineData New Incentive August |