principal distributor create with address and salescoordinator attendance system create

This commit is contained in:
Sibunnayak 2024-07-18 15:28:26 +05:30
parent 49c1e59ee4
commit 72a3b40cfd

View File

@ -177,20 +177,20 @@ const _nav = [
// group: "Website Related", // group: "Website Related",
// }, // },
{ // {
component: CNavItem, // component: CNavItem,
name: "Content ", // name: "Content ",
icon: <CIcon icon={cilText} customClassName="nav-icon" />, // icon: <CIcon icon={cilText} customClassName="nav-icon" />,
to: "/content", // to: "/content",
group: "Settings", // group: "Settings",
}, // },
{ // {
component: CNavItem, // component: CNavItem,
name: "Social Media", // name: "Social Media",
icon: <CIcon icon={cilMedicalCross} customClassName="nav-icon" />, // icon: <CIcon icon={cilMedicalCross} customClassName="nav-icon" />,
to: "/socialmedia", // to: "/socialmedia",
group: "Settings", // group: "Settings",
}, // },
{ {
component: CNavItem, component: CNavItem,
name: "Currency", name: "Currency",
@ -220,13 +220,13 @@ const _nav = [
to: "/logo", to: "/logo",
group: "Settings", group: "Settings",
}, },
{ // {
component: CNavItem, // component: CNavItem,
name: "Copyright Message", // name: "Copyright Message",
icon: <CIcon icon={cilText} customClassName="nav-icon" />, // icon: <CIcon icon={cilText} customClassName="nav-icon" />,
to: "/copyright/message", // to: "/copyright/message",
group: "Settings", // group: "Settings",
}, // },
], ],
}, },
// { // {