This commit is contained in:
2023-10-06 14:57:33 +07:00
parent 1d11e06178
commit 5376873552
50 changed files with 3683 additions and 150 deletions

View File

@@ -6,6 +6,21 @@ const navConfig = [
{
items: [{ title: 'Dashboard', path: '/dashboard' }],
},
// Corporate
// ----------------------------------------------------------------------
{
subheader: 'Corporate',
items: [
{
title: 'Corporate',
path: '/corporate',
// icon: ICONS.default,
},
],
},
// Alarm Center
// ----------------------------------------------------------------------
{
@@ -15,6 +30,10 @@ const navConfig = [
title: 'Alarm Center',
path: '/alarm-center',
},
{
title: 'Claim Submit',
path: '/claim-submit',
},
{
title: 'Claim Report',
path: '/claim-report',
@@ -22,6 +41,7 @@ const navConfig = [
],
},
// User Management
// ----------------------------------------------------------------------
// {