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

This commit is contained in:
Server D3 Linksehat
2025-01-23 15:41:30 +07:00
11 changed files with 1336 additions and 0 deletions

View File

@@ -187,6 +187,11 @@ class NavigationSeeder extends Seeder
'path' => '/report/doctor-rating',
'permission' => 'report-doctor-rating'
],
[
'title' => 'Doctor Online',
'path' => '/report/doctor-online',
'permission' => 'report-doctor-online'
],
[
'title' => 'Katalog Dokter',
'path' => '/report/katalog-dokter',

View File

@@ -69,6 +69,7 @@ class PermissionTableSeeder extends Seeder
'report-livechat-list',
'report-livechat-payment',
'report-doctor-rating',
'report-doctor-online',
'user-role-list',
'user-access-list',
'report-katalog-dokter'