root 4 years ago
parent
commit
546c601a98
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      app/Http/Controllers/Api/CompoundResourceController.php

+ 1
- 3
app/Http/Controllers/Api/CompoundResourceController.php View File

$compound = $this->searchCompoundAllWithoutDate($jenis,$modul,$status,$day3, $day7); $compound = $this->searchCompoundAllWithoutDate($jenis,$modul,$status,$day3, $day7);
} }


dd($compound->get());
// dd($compound->get());


if($enforcer == 'All'){ if($enforcer == 'All'){
return $compound; return $compound;


if(!empty($faulty)){ if(!empty($faulty)){


// dd(Carbon::now()->addDays(5)->toISOString());

$data = array(); $data = array();


$non = ''; $non = '';

Loading…
Cancel
Save