Browse Source

add color select

pull/3/head
wahyuun 11 months ago
parent
commit
5b53d9f3a0
  1. 2
      app/Http/Controllers/DashboardBoDController.php

2
app/Http/Controllers/DashboardBoDController.php

@ -304,7 +304,7 @@ class DashboardBoDController extends Controller
{
$year = $this->interpolateYear($year);
$divisions = Divisi::select('id', 'name')
$divisions = Divisi::select('id', 'name', 'color')
->with('children')
->whereNull('parent')
->get();

Loading…
Cancel
Save