This commit is contained in:
Muhammad Shahzad 2024-06-06 01:24:27 +05:00
parent e4ec7789de
commit fed1f82d7d

View File

@ -1,3 +1,4 @@
export default [
{
title: 'Dashboard',
@ -44,12 +45,45 @@ export default [
icon: { icon: 'ri-test-tube-line' },
to: 'admin-labs',
},
{
title: 'Medicines',
icon: { icon: 'ri-medicine-bottle-line' },
to: 'admin-medicines',
},
{
title: '',
icon: { icon: '' },
to: '',
spacer: true
},
{
title: 'Settings',
icon: { icon: 'ri-settings-4-line' },
class: 'bottom-end',
children: [
{
title: 'Profile',
to: 'admin-profile',
},
{
title: 'Security',
to: 'admin-change-password',
},
{
title: 'Site Setting',
to: 'admin-site-setting',
},
]
},
// {
// title: 'Front Pages',
// icon: { icon: 'ri-file-copy-line' },
@ -82,3 +116,5 @@ export default [
// ],
// },
]