{
    "menu": [
        {
            "url": "/dashboard",
            "name": "Dashboard",
            "i18n": "Dashboard",
            "icon": "feather icon-clipboard"
        },
        {
            "url": "/clients",
            "name": "Customers",
            "i18n": "customers",
            "icon": "feather icon-home",
            "allowedFor": "super-admin"
        },
        {
            "url": "/contacts",
            "name": "Contacts",
            "i18n": "contacts",
            "icon": "feather icon-phone-call",
            "allowedFor": "super-admin"
        },
        {
            "url": "/opportunities",
            "name": "Opportunities",
            "i18n": "opportunities",
            "icon": "feather icon-file"
        },
        {
            "url": "/quotes",
            "name": "Quote Documents",
            "i18n": "quote documents",
            "icon": "feather icon-edit"
        },
        {
            "url": "/customer-purchase-orders",
            "name": "Client PO",
            "i18n": "Client PO",
            "icon": "feather icon-list"
        },
        {
            "url": "/suppliers",
            "name": "Suppliers",
            "i18n": "Suppliers",
            "icon": "feather icon-layers"
        },
        {
            "url": "/orders",
            "name": "Material Requests",
            "i18n": "Material Requests",
            "icon": "feather icon-file-text"
        },
        {
            "url": "/inventory",
            "name": "Inventories",
            "i18n": "Inventories",
            "icon": "feather icon-package"
        },
        {
            "url": "/invoices",
            "name": "Invoices",
            "i18n": "Invoices",
            "icon": "feather icon-mail"
        },
        {
            "url": "/users",
            "name": "Users",
            "i18n": "Users",
            "icon": "feather icon-users"
        },
        {
            "url": "/documents/guide.pdf?v=1.1",
            "name": "User Guide",
            "i18n": "User Guide",
            "target": "_blank",
            "icon": "feather icon-help-circle"
        }
    ]
}
