{
  "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": "Gold Management",
        "icon": "grid",
        "slug": "",
        "submenu": [
        {
            "name": "Branch Purchases",
            "icon": "circle",
            "slug": "gold-management-branch-purchases",
            "submenu": [
                {
                  "url": "gold-management/branch-purchases/branch-lot-index/SENT TO HO",
                  "name": "Sent By Branch",
                  "slug": "user-bullion-vendor-user-view"
                },
                {
                  "url": "gold-management/branch-purchases/branch-lot-index/ACCEPTED",
                  "name": "Accepted",
                  "slug": "user-normal-vendor"
                },
                {
                  "url": "gold-management/branch-purchases/branch-lot-index/ADDED TO GHALAI LOT",
                  "name": "Added To Ghalai",
                  "slug": "user-normal-vendor"
                }
            ]
        },
        {
          "url": "gold-management/main-ghalai-lot",
          "name": "Main Ghalai Lot",
          "icon": "circle",
          "slug": "gold-management-main-ghalai-lot"
        },
        {
          "url": "gold-management/sub-ghalai-lot",
          "name": "Sub Ghalai Lot",
          "icon": "circle",
          "slug": "gold-management-sub-ghalai-lot"
        },
        {
            "name": "B-Vendor Transaction",
            "icon": "grid",
            "slug": "",
            "submenu": [
                {
                  "url": "gold-management/bullion-vendor/sell-old-gold",
                  "name": "Sold Langdi",
                  "icon": "circle",
                  "slug": "gold-management-bullion-vendor-sell-old-gold"
                },
                {
                  "url": "gold-management/bullion-vendor/transactions",
                  "name": "Transactions",
                  "icon": "circle",
                  "slug": "gold-management-bullion-vendor-transactions"
                },
                {
                  "url": "gold-management/bullion-vendor/reminder",
                  "name": "Reminder",
                  "icon": "circle",
                  "slug": "gold-management-reminder"
                }
            ]
        },
        {
            "name": "Party Vendor Transaction",
            "icon": "grid",
            "slug": "",
            "submenu": [
                {
                  "url": "gold-management/normal-vendor/purchase-jewellery",
                  "name": "Purchase Jewellery",
                  "icon": "circle",
                  "slug": "gold-management-normal-vendor-purchase-jewellery"
                },
                {
                  "url": "gold-management/normal-vendor/transactions",
                  "name": "Transactions",
                  "icon": "circle",
                  "slug": "gold-management-normal-vendor-transactions"
                },
                {
                  "url": "gold-management/normal-vendor/reminder",
                  "name": "Reminder",
                  "icon": "circle",
                  "slug": "gold-management-reminder"
                }
            ]
        }
      ]
    }
  ]
}
