This commit is contained in:
nasir@endelospay.com
2024-06-07 01:01:40 +05:00
parent 4be0fa47d5
commit 80f71389cc
3 changed files with 103 additions and 5 deletions

View File

@@ -52,29 +52,38 @@ export default [
to: 'admin-medicines',
},
{
{
title: 'Settings',
icon: { icon: 'ri-settings-4-line' },
class: 'bottom-end',
isDropdownButton: true,
children: [
{
title: 'Profile',
to: 'admin-profile',
icon: {
icon: 'ri-group-line',
},
},
{
title: 'Security',
to: 'admin-change-password',
icon: {
icon: 'ri-shield-keyhole-line',
},
},
{
title: 'Site Setting',
to: 'admin-site-setting',
icon: {
icon: 'ri-settings-4-line',
},
},
]
},
}
// {