navigation seeder

This commit is contained in:
2025-03-24 10:05:33 +07:00
parent e2c9a4bad0
commit dc2f40e5ad
2 changed files with 6 additions and 1 deletions

View File

@@ -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',

View File

@@ -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',