Data Docter dan Hospital dnegan Filter di dashboard

This commit is contained in:
pajri
2022-12-16 15:57:40 +07:00
parent 1857653ce0
commit 0d6c2ab30b
20 changed files with 2680 additions and 80 deletions

View File

@@ -19,9 +19,7 @@ const navConfig = [
// GENERAL
// ----------------------------------------------------------------------
{
items: [
{ title: 'Dashboard', path: '/dashboard', icon: ICONS.dashboard },
],
items: [{ title: 'Dashboard', path: '/dashboard', icon: ICONS.dashboard }],
},
// Membership
@@ -37,8 +35,8 @@ const navConfig = [
{
title: 'DOCTORS & HOSPITALS',
children: [
{ title: 'Doctors', path: '/doctors' },
{ title: 'Hospitals', path: '/hospitals' },
{ title: 'Doctors', path: '/master/doctors' },
{ title: 'Hospitals', path: '/master/hospitals' },
],
},
{
@@ -62,16 +60,14 @@ const navConfig = [
},
{
title: 'CASE MANAGEMENT',
path: '/claims',
path: '/claims',
// children: [
// { title: 'Request', path: '/case-request' },
// ],
},
{
title: 'CUSTOMER SERVICES',
children: [
{ title: 'Request', path: '/cs-request' },
],
children: [{ title: 'Request', path: '/cs-request' }],
},
{
title: 'USER MANAGEMENT',