Update Add Input Hospital Portal
This commit is contained in:
@@ -205,7 +205,7 @@ class NavigationSeeder extends Seeder
|
||||
'permission' => 'report-livechat-payment'
|
||||
],
|
||||
[
|
||||
'title' => 'Prescription',
|
||||
'title' => 'Prescription',
|
||||
'path' => '/report/prescription',
|
||||
'permission' => 'report-prescription'
|
||||
],
|
||||
@@ -346,6 +346,12 @@ class NavigationSeeder extends Seeder
|
||||
'icon' => 'ic_booking',
|
||||
'permission' => 'dashboard-claim-hospital-portal'
|
||||
],
|
||||
[
|
||||
'title' => 'Request LOG',
|
||||
'path' => '',
|
||||
'icon' => '',
|
||||
'permission' => 'request-log-hospital-portal'
|
||||
],
|
||||
####################### CS LMS & APOTEK PORTAL #########################
|
||||
[
|
||||
'title' => 'Dashboard',
|
||||
|
||||
@@ -111,6 +111,7 @@ class PermissionTableSeeder extends Seeder
|
||||
'datas' => [
|
||||
'dashboard-hospital-portal',
|
||||
'dashboard-claim-hospital-portal',
|
||||
'request-log-hospital-portal',
|
||||
'dashboard-apotek-portal',
|
||||
]
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user