Merge remote-tracking branch 'origin/staging' into origin/production

This commit is contained in:
Server D3 Linksehat
2025-03-24 13:19:45 +07:00
6 changed files with 50 additions and 6 deletions

View File

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