Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export const SidebarData = [
- {
- title: 'Claims',
- path: '/overview',
- // icon: <AiIcons.AiFillHome />,
- iconClosed: <RiIcons.RiArrowDownSFill />,
- iconOpened: <RiIcons.RiArrowUpSFill />,
- subNav: [
- {
- title: 'Capture Claims',
- role: 'Admin',
- path: '/overview/users',
- // icon: <IoIcons.IoIosPaper />
- },
- {
- title: 'Authorize Claims',
- role: 'Admin',
- path: '/overview/revenue',
- // icon: <IoIcons.IoIosPaper />
- }
- ]
- },
- {
- title: 'Case',
- path: '/reports',
- // icon: <IoIcons.IoIosPaper />,
- iconClosed: <RiIcons.RiArrowDownSFill />,
- iconOpened: <RiIcons.RiArrowUpSFill />,
- subNav: [
- {
- title: 'Capture PreAuth',
- role: 'Admin',
- path: '/reports/reports1',
- // icon: <IoIcons.IoIosPaper />,
- cName: 'sub-nav'
- },
- {
- title: 'Authorize PreAuth',
- role: 'Admin',
- path: '/reports/reports2',
- // icon: <IoIcons.IoIosPaper />,
- cName: 'sub-nav'
- },
- ]
- },
- {
- title: 'Case Manage',
- role: 'Admin',
- path: '/messages',
- // icon: <FaIcons.FaEnvelopeOpenText />,
- iconClosed: <RiIcons.RiArrowDownSFill />,
- iconOpened: <RiIcons.RiArrowUpSFill />,
- subNav: [
- {
- title: 'Capture Claims',
- role: 'Admin',
- path: '/messages/message1',
- icon: <IoIcons.IoIosPaper />
- },
- {
- title: 'Cancel Pre-Auth',
- role: 'Admin',
- path: '/messages/message2',
- icon: <IoIcons.IoIosPaper />
- },
- {
- title: 'Authorize Pre-Auth',
- role: 'Admin',
- path: '/messages/message2',
- icon: <IoIcons.IoIosPaper />
- },
- ]
- },
- {
- title: 'Reports',
- role: 'Admin',
- path: '/support',
- icon: <IoIcons.IoMdHelpCircle />
- }
- ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement