File tree Expand file tree Collapse file tree
resources/views/presisi/statistik Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,9 +111,8 @@ final class Modul extends Enum
111111 [
112112 'text ' => 'Statistik ' ,
113113 'icon ' => 'fa fa-chart-pie ' ,
114- 'submenu ' => [
114+ 'submenu ' => [
115115 [
116- 'icon ' => 'far fa-fw fa-circle ' ,
117116 'text ' => 'Pangan ' ,
118117 'url ' => 'data-presisi/statistik/pangan ' ,
119118 'permission ' => 'statistik-datapresisi-pangan ' ,
@@ -123,7 +122,13 @@ final class Modul extends Enum
123122 'text ' => 'Sandang ' ,
124123 'url ' => 'data-presisi/statistik/sandang ' ,
125124 'permission ' => 'statistik-datapresisi-sandang ' ,
126- ]
125+ ],
126+ [
127+ 'icon ' => 'far fa-fw fa-circle ' ,
128+ 'text ' => 'Pendidikan ' ,
129+ 'url ' => 'data-presisi/statistik/pendidikan ' ,
130+ 'permission ' => 'statistik-datapresisi-pendidikan ' ,
131+ ],
127132 ]
128133 ],
129134 [
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace App \Http \Controllers ;
4+
5+ class StatistikPendidikanController extends Controller
6+ {
7+ public function index ()
8+ {
9+ return view ('presisi.statistik.pendidikan ' , [
10+ 'detailLink ' => url ('' ),
11+ 'judul ' => 'Pendidikan '
12+ ]);
13+ }
14+ }
You can’t perform that action at this time.
0 commit comments