update dashboard

This commit is contained in:
2025-03-06 11:24:03 +07:00
parent 4e3bf6d11e
commit ca2c397c51
5 changed files with 1052 additions and 39 deletions

View File

@@ -19,8 +19,14 @@ class NavigationSeeder extends Seeder
// DOCTORS & HOSPITALS
[
'title' => 'Dashboard',
'path' => '/dashboard',
'permission' => 'dashboard'
'children' => [
[
'title' => 'Dashboard',
'path' => '/dashboard',
'permission' => 'doctor-list'
],
],
'permission' => 'dashboard',
],
// DOCTORS & HOSPITALS
[
@@ -263,6 +269,11 @@ class NavigationSeeder extends Seeder
'path' => '/alarm-center',
'permission' => 'alarm-center-list-client-portal'
],
[
'title' => 'Daily Monitoring',
'path' => '/daily-monitoring',
'permission' => 'daily-monitoring-list-client-portal'
],
[
'title' => 'Formularium',
'path' => '/master/formularium-template-v2',