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