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

This commit is contained in:
Server D3 Linksehat
2025-03-14 14:36:58 +07:00
29 changed files with 7727 additions and 55 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
[
@@ -134,6 +140,18 @@ class NavigationSeeder extends Seeder
],
'permission' => null
],
// Invoice
[
'title' => 'INVOICE',
'children' => [
[
'title' => 'Invoice',
'path' => '/invoice-payment',
'permission' => 'invoice-payment-list'
],
],
'permission' => null
],
// CUSTOMER SERVICES
[
'title' => 'CUSTOMER SERVICES',
@@ -277,6 +295,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',