[
    {
        "route": "dashboard.index",
        "label": "Thống kê",
        "icon": "fas fa-tachometer-alt"
    },
    {
        "label": "Daily",
        "icon": "fas fa-calendar-alt",
        "children": [
            {
                "route": "daily.index_day",
                "label": "Daily Day",
                "icon": "fas fa-sun"
            },
            {
                "route": "daily.index_month",
                "label": "Daily Month",
                "icon": "fas fa-calendar"
            },
            {
                "route": "daily.index_year",
                "label": "Daily Year",
                "icon": "fas fa-calendar-check"
            }
        ]
    },
    {
        "label": "Danh mục quản lý",
        "icon": "fas fa-folder",
        "children": [
            {
                "route": "app.index",
                "label": "Danh mục app",
                "icon": "fas fa-mobile-alt"
            },
            {
                "route": "google.ads.index",
                "label": "Danh mục google ads",
                "icon": "fab fa-google"
            },
            {
                "route": "admob.index",
                "label": "Danh mục admob",
                "icon": "fas fa-ad"
            },
            {
                "route": "user.index",
                "label": "Danh mục người dùng",
                "icon": "fas fa-users"
            },
            {
                "label": "Quản lý callbot tele",
                "icon": "fa-solid fa-earth-asia",
                "route": "alert_recipients.index"
            },
            {
                "route": "role.index",
                "label": "Vai trò",
                "icon": "fa-solid fa-crown"
            }
        ]
    },
    {
        "label": "Danh mục report",
        "icon": "fas fa-clipboard-list",
        "children": [
            {
                "route": "google.ads.report.index",
                "label": "Danh mục google ads reports",
                "icon": "fas fa-chart-line"
            },
            {
                "route": "admob_reports.index",
                "label": "Danh mục admob reports",
                "icon": "fas fa-file-alt"
            }
        ]
    },

    {
        "label": "Quốc gia",
        "icon": "fa-solid fa-earth-asia",
        "route": "admob_country.index"
    },
    {
        "route": "admob_adunit.index",
        "label": "Đơn vị quảng cáo",
        "icon": "fas fa-bullhorn"
    },

   
    {
        "route": "notifications.index",
        "label": "Thông báo",
        "icon": "fas fa-bell"
    },
    {
        "route": "admin.announcements.index",
        "label": "Quản lý Thông báo",
        "icon": "fas fa-bullhorn"
    },
    {
        "route": "tenants.index",
        "label": "Quản lý Subdomains",
        "icon": "fas fa-network-wired"
    },
     {
        "route": "setting.index",
        "label": "Cấu hình",
        "icon": "fas fa-cog"
    },
    {
        "route": "handover.index",
        "label": "Lịch sử",
        "icon": "fas fa-history"
    }
]

