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