Merge remote-tracking branch 'origin/staging' into origin/production
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user