247 lines
4.9 KiB
JavaScript
247 lines
4.9 KiB
JavaScript
|
|
export default [
|
|
{
|
|
title: 'Dashboard',
|
|
icon: { icon: 'ri-home-smile-line' },
|
|
to: 'admin-dashboard',
|
|
action: 'read',
|
|
subject: "Dashboard Data",
|
|
// children: [
|
|
// {
|
|
// title: 'CRM',
|
|
// to: 'dashboards-crm',
|
|
// },
|
|
// {
|
|
// title: 'Analytics',
|
|
// to: 'dashboards-analytics',
|
|
// },
|
|
// {
|
|
// title: 'eCommerce',
|
|
// to: 'dashboards-ecommerce',
|
|
// },
|
|
// {
|
|
// title: 'Academy',
|
|
// to: 'dashboards-academy',
|
|
// },
|
|
// {
|
|
// title: 'Logistics',
|
|
// to: 'dashboards-logistics',
|
|
// },
|
|
// ],
|
|
// badgeContent: '5',
|
|
// badgeClass: 'bg-error',
|
|
},
|
|
{
|
|
title: 'Patients',
|
|
icon: { icon: 'ri-user-line' },
|
|
to: 'admin-patients',
|
|
action: 'read',
|
|
subject: "Patient View",
|
|
},
|
|
|
|
{
|
|
title: 'Providers',
|
|
icon: { icon: 'ri-stethoscope-line' },
|
|
to: 'admin-providers',
|
|
action: 'read',
|
|
subject: "Provider View",
|
|
},
|
|
// {
|
|
// title: 'Lab Kites',
|
|
// icon: { icon: 'ri-test-tube-line' },
|
|
// to: 'admin-lab-kites',
|
|
// },
|
|
|
|
{
|
|
title: 'Products',
|
|
icon: { icon: 'ri-medicine-bottle-line' },
|
|
to: 'admin-products',
|
|
action: 'read',
|
|
subject: "Product View",
|
|
},
|
|
{
|
|
title: 'Orders',
|
|
icon: { icon: 'ri-shopping-bag-3-line' },
|
|
to: 'admin-orders-list',
|
|
action: 'read',
|
|
subject: "Order View",
|
|
},
|
|
{
|
|
|
|
title: 'Subcriptions',
|
|
to: 'admin-subcriptions',
|
|
icon: {
|
|
icon: 'ri-money-dollar-circle-line'},
|
|
action: 'read',
|
|
subject: "Subscription View",
|
|
|
|
},
|
|
{
|
|
|
|
title: 'Prescriptions',
|
|
icon: { icon: 'ri-medicine-bottle-line' },
|
|
to: 'admin-precriptions',
|
|
action: 'read',
|
|
subject: "Prescription View",
|
|
},
|
|
|
|
|
|
{
|
|
title: 'Analytics',
|
|
icon: { icon: 'ri-file-chart-line' },
|
|
children: [
|
|
{
|
|
title: 'Overview',
|
|
to: 'admin-overview-analytics',
|
|
icon: {
|
|
icon: 'ri-group-line',
|
|
},
|
|
action: 'read',
|
|
subject: "Analytics Overview",
|
|
|
|
},
|
|
{
|
|
title: 'Orders',
|
|
to: 'admin-orders-analytics',
|
|
icon: {
|
|
icon: 'ri-shopping-cart-line',
|
|
},
|
|
action: 'read',
|
|
subject: "Analytics Orders",
|
|
|
|
},
|
|
|
|
{
|
|
title: 'Products',
|
|
to: 'admin-products-analytics',
|
|
icon: {
|
|
icon: 'ri-medicine-bottle-line',
|
|
},
|
|
action: 'read',
|
|
subject: "Analytics Products",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
{
|
|
title: 'Settings',
|
|
icon: { icon: 'ri-settings-4-line' },
|
|
//class: 'bottom-end',
|
|
//isDropdownButton: true,
|
|
children: [
|
|
{
|
|
title: 'Profile',
|
|
to: 'admin-profile',
|
|
icon: {
|
|
icon: 'ri-group-line',
|
|
},
|
|
action: 'read',
|
|
subject: "Profile Update",
|
|
|
|
},
|
|
{
|
|
title: 'Security',
|
|
to: 'admin-change-password',
|
|
icon: {
|
|
icon: 'ri-shield-keyhole-line',
|
|
action: 'read',
|
|
subject: "Security",
|
|
},
|
|
},
|
|
{
|
|
title: 'Calendar Integration',
|
|
to: 'admin-calender-integration',
|
|
icon: {
|
|
icon: 'ri-settings-4-line',
|
|
},
|
|
action: 'read',
|
|
subject: "Site Settings",
|
|
},
|
|
{
|
|
title: 'Site Setting',
|
|
to: 'admin-site-setting',
|
|
icon: {
|
|
icon: 'ri-settings-4-line',
|
|
},
|
|
action: 'read',
|
|
subject: "Site Settings",
|
|
},
|
|
{
|
|
title: 'Users',
|
|
to: 'admin-users',
|
|
icon: {
|
|
icon: 'ri-user-line',
|
|
},
|
|
action: 'read',
|
|
subject: "Admin View",
|
|
},
|
|
{
|
|
title: 'Roles',
|
|
to: 'admin-roles',
|
|
|
|
icon: {
|
|
icon: 'ri-shield-user-line',
|
|
},
|
|
action: 'read',
|
|
subject: "Role View",
|
|
},
|
|
]
|
|
|
|
},
|
|
// {
|
|
// title: 'Reports',
|
|
// icon: { icon: 'ri-file-chart-line' },
|
|
// children: [
|
|
// {
|
|
// title: 'Provider Reports',
|
|
// to: 'admin-provider-report',
|
|
// icon: {
|
|
// icon: 'ri-group-line',
|
|
// },
|
|
|
|
|
|
// },
|
|
|
|
// ]
|
|
|
|
// }
|
|
|
|
// {
|
|
// title: 'Front Pages',
|
|
// icon: { icon: 'ri-file-copy-line' },
|
|
// children: [
|
|
// {
|
|
// title: 'Landing',
|
|
// to: 'front-pages-landing-page',
|
|
// target: '_blank',
|
|
// },
|
|
// {
|
|
// title: 'Pricing',
|
|
// to: 'front-pages-pricing',
|
|
// target: '_blank',
|
|
// },
|
|
// {
|
|
// title: 'Payment',
|
|
// to: 'front-pages-payment',
|
|
// target: '_blank',
|
|
// },
|
|
// {
|
|
// title: 'Checkout',
|
|
// to: 'front-pages-checkout',
|
|
// target: '_blank',
|
|
// },
|
|
// {
|
|
// title: 'Help Center',
|
|
// to: 'front-pages-help-center',
|
|
// target: '_blank',
|
|
// },
|
|
// ],
|
|
// },
|
|
]
|
|
|
|
|