src/view/pages/about
.src/router/routes/Pages.js
. src/navigation/vertical
header
prop will be the name of our menu item list's header. Let's call it Companyid
prop is key of our menu itemtitle
prop will be the name of our menu item. Let's call it About Usicon
prop we can add icons to our menu items.navLink
prop will be the navigation link of our component.navLink
is as same as route pathchildren
prop as an array for our submenu items.