|
|
|
@ -203,12 +203,11 @@ class DashboardBoDController extends Controller
|
|
|
|
|
$year = $this->interpolateYear($year); |
|
|
|
|
$divisions = Divisi::whereNull('parent') |
|
|
|
|
->where('company_id', $company_id) |
|
|
|
|
->whereNull('parent') |
|
|
|
|
->get(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$divisions = Divisi::whereNull('parent')->get(); |
|
|
|
|
foreach ($divisions as $index => $division) { |
|
|
|
|
|
|
|
|
|
$scheduleData = new Collection(); |
|
|
|
|
$behindSchedule = $warning = $onSchedule = 0; |
|
|
|
|
|
|
|
|
|