{
  "menu": [
    {
        "url": "/",
        "name": "Dashboard",
        "icon": "home",
        "slug": "dashboard-ecommerce"
    },
    {
        "name": "User",
        "icon": "user",
        "slug": "user",
        "submenu": [
        {
          "url": "user/customer-user-view",
          "name": "Customer",
          "icon": "user",
          "slug": "user-customer"
        },
        {
          "name": "Vendor",
          "icon": "circle",
          "slug": "user-vendor",
          "submenu": [
            {
              "url": "user/bullion-vendor-user-view",
              "name": "Bullion Vendor",
              "slug": "user-bullion-vendor-user-view"
            },
            {
              "url": "user/normal-vendor-user-view",
              "name": "Party Vendor",
              "slug": "user-normal-vendor"
            }
          ]
        }
      ]
    },
    {
      "name": "GoldManagement",
      "icon": "grid",
      "slug": "",
      "submenu": [
        {
            "name": "Branch Purchases",
            "icon": "circle",
            "slug": "gold-management-branch-purchases",
            "submenu": [
                {
                  "url": "gold-management/branch-purchases/IN BRANCH",
                  "name": "In Branch",
                  "slug": "user-bullion-vendor-user-view"
                },
                {
                  "url": "gold-management/branch-purchases/SENT TO HO",
                  "name": "Sent To HO",
                  "slug": "user-normal-vendor"
                },
                {
                  "url": "gold-management/branch-purchases/ACCEPTED",
                  "name": "Accepted",
                  "slug": "user-normal-vendor"
                }
            ]
        }
      ]
    }
  ]
}
