Update Add Input Hospital Portal

This commit is contained in:
ivan-sim
2026-02-10 10:03:28 +07:00
parent 7e42a5ecfd
commit 127ef3ff50
31 changed files with 5674 additions and 86 deletions

View File

@@ -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',

View File

@@ -111,6 +111,7 @@ class PermissionTableSeeder extends Seeder
'datas' => [
'dashboard-hospital-portal',
'dashboard-claim-hospital-portal',
'request-log-hospital-portal',
'dashboard-apotek-portal',
]
],