| @@ -2769,7 +2769,7 @@ class DealerController extends Controller | |||
| $dataOctober = $this->returnDataR($company,'2020','10'); | |||
| foreach ($dataAugust as $key => $d) { | |||
| if(date('d/m/Y', strtotime($d['activation'])) >= '12/8/2020'){ | |||
| if(date('d/m/Y', strtotime($d['activation'])) >= '11/8/2020'){ | |||
| $combineData[] = $d; | |||
| } | |||
| } | |||