import React from 'react' import CIcon from '@coreui/icons-react' import { cilAddressBook, cilAirplaneMode, cilAppsSettings, cilBell, cilCalculator, cilCart, cilChartPie, cilClipboard, cilCommand, cilCompress, cilContact, cilCursor, cilDrop, cilFace, cilFilterSquare, cilInfo, cilLoopCircular, cilMedicalCross, cilMoney, cilMugTea, cilNewspaper, cilNotes, cilPencil, cilPuzzle, cilSitemap, cilSpeedometer, cilStar, cilTablet, cilTags, cilTennisBall, cilText, cilUser, } from '@coreui/icons' import { CNavGroup, CNavItem, CNavTitle } from '@coreui/react' const _nav = [ { component: CNavItem, name: 'Dashboard', to: '/dashboard', icon: , }, { component: CNavItem, name: 'Products', icon: , to: '/products', }, { component: CNavItem, name: 'Departures', icon: , to: '/departures', }, { component: CNavItem, name: 'Testimonials', icon: , to: '/testimonials', }, { component: CNavItem, name: 'Contact Requests', icon: , to: '/contact/request', }, { component: CNavItem, name: 'Information', icon: , to: '/informations', }, // { // component: CNavItem, // name: 'Franchisee', // icon: , // to: '/franchisees', // }, // { // component: CNavGroup, // name: 'Franchisee Orders', // icon: , // items: [ // { // component: CNavItem, // name: 'New', // icon: , // to: '/orders/new', // }, // { // component: CNavItem, // name: 'Paid', // icon: , // to: '/orders/returned', // }, // { // component: CNavItem, // name: 'Processing', // icon: , // to: '/orders/processing', // }, // { // component: CNavItem, // name: 'Dispatched', // icon: , // to: '/orders/dispatched', // }, // { // component: CNavItem, // name: 'Delivered', // icon: , // to: '/orders/delivered', // }, // { // component: CNavItem, // name: 'Cancelled', // icon: , // to: '/orders/cancelled', // }, // ], // }, { component: CNavItem, name: 'Users', icon: , to: '/users', }, { component: CNavGroup, name: 'Configuration', icon: , items: [ // { // component: CNavItem, // name: 'Cities', // icon: , // to: '/cities', // }, // { // component: CNavItem, // name: 'States', // icon: , // to: '/states', // }, // { // component: CNavItem, // name: 'Standard Shipping', // icon: , // to: '/shipping', // }, // { // component: CNavItem, // name: 'Custom Shipping', // icon: , // to: '/custom-shipping', // }, // { // component: CNavItem, // name: 'Pincode', // icon: , // to: '/pincode', // }, // { // component: CNavItem, // name: 'Tax Rates', // icon: , // to: '/tax', // }, // { // component: CNavItem, // name: 'Pages', // icon: , // to: '/page', // }, // { // component: CNavItem, // name: 'Terms of Use', // icon: , // to: '/terms_of_use', // }, { component: CNavItem, name: 'Social Media', icon: , to: '/socialmedia', }, { component: CNavItem, name: 'Application Name', icon: , to: '/application/name', }, { component: CNavItem, name: 'Address', icon: , to: '/address', }, { component: CNavItem, name: 'Logos', icon: , to: '/logo', }, { component: CNavItem, name: 'Copyright Message', icon: , to: '/copyright/message', }, ], }, ] export default _nav