Initial commit
This commit is contained in:
69
resources/js/navigation/vertical/dashboard.js
Normal file
69
resources/js/navigation/vertical/dashboard.js
Normal file
@@ -0,0 +1,69 @@
|
||||
export default [
|
||||
{
|
||||
title: "Dashboards",
|
||||
icon: { icon: "tabler-smart-home" },
|
||||
children: [
|
||||
{
|
||||
title: "Analytics",
|
||||
to: "dashboards-analytics",
|
||||
},
|
||||
{
|
||||
title: "CRM",
|
||||
to: "dashboards-crm",
|
||||
},
|
||||
{
|
||||
title: "Ecommerce",
|
||||
to: "dashboards-ecommerce",
|
||||
},
|
||||
{
|
||||
title: "Gantt",
|
||||
to: "dashboards-gantt",
|
||||
},
|
||||
{
|
||||
title: "Academy",
|
||||
to: "dashboards-academy",
|
||||
},
|
||||
{
|
||||
title: "Logistics",
|
||||
to: "dashboards-logistics",
|
||||
},
|
||||
{
|
||||
title: "Demo",
|
||||
to: "dashboards-demo",
|
||||
},
|
||||
],
|
||||
badgeContent: "5",
|
||||
badgeClass: "bg-error",
|
||||
},
|
||||
{
|
||||
title: "Front Pages",
|
||||
icon: { icon: "tabler-files" },
|
||||
children: [
|
||||
{
|
||||
title: "Landing",
|
||||
to: "front-pages-landing-page",
|
||||
target: "_blank",
|
||||
},
|
||||
{
|
||||
title: "Pricing",
|
||||
to: "front-pages-pricing",
|
||||
target: "_blank",
|
||||
},
|
||||
{
|
||||
title: "Payment",
|
||||
to: "front-pages-payment",
|
||||
target: "_blank",
|
||||
},
|
||||
{
|
||||
title: "Checkout",
|
||||
to: "front-pages-checkout",
|
||||
target: "_blank",
|
||||
},
|
||||
{
|
||||
title: "Help Center",
|
||||
to: "front-pages-help-center",
|
||||
target: "_blank",
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user