navigation seeder
This commit is contained in:
@@ -185,7 +185,11 @@ class NavigationSeeder extends Seeder
|
||||
'path' => '/report/linksehat-payments',
|
||||
'permission' => 'report-livechat-payment'
|
||||
],
|
||||
// ['title' => 'Prescription', 'path' => '/report/prescription'],
|
||||
[
|
||||
'title' => 'Prescription',
|
||||
'path' => '/report/prescription',
|
||||
'permission' => 'report-prescription'
|
||||
],
|
||||
[
|
||||
'title' => 'Doctor Rating',
|
||||
'path' => '/report/doctor-rating',
|
||||
|
||||
@@ -71,6 +71,7 @@ class PermissionTableSeeder extends Seeder
|
||||
'report-livechat-payment',
|
||||
'report-doctor-rating',
|
||||
'report-doctor-online',
|
||||
'report-prescription',
|
||||
'user-role-list',
|
||||
'user-access-list',
|
||||
'report-katalog-dokter',
|
||||
|
||||
Reference in New Issue
Block a user