import Images from "../assets/Images";

const arraySide = [
    {
        img: Images.Home,
        label: 'Home',
        path: 'beranda',
        subItem: null
    },
    {
        img: Images.budgetTahunan,
        label: 'Master Budget & CAT',
        path: 'budget-tahunan',
        subItem: null
    },
    {
        img: Images.laporanBulanan,
        label: 'Monthly Report',
        path: 'monthly-report',
        subItem: null
    },
    {
        img: Images.rolling,
        label: 'Rolling Outlook & CAT Revision',
        path: 'rolling-outlook',
        subItem: null
    },
    {
        img: Images.outlookperformance,
        label: 'Outlook Performance Appraisal',
        path: 'outlook-performance',
        subItem: null
    },
    {
        img: Images.operatingindicator,
        label: 'operating-indicator',
        path: 'beranda',
        subItem: null
    },
    {
        img: Images.manajemenDokumen,
        label: 'Document Management',
        path: 'beranda',
        subItem: null
    },
    {
        img: Images.laporan,
        label: 'Reports',
        path: '',
        subItem: [
            {
                img: 'beranda',
                label: 'CAT Dashboard',
                path: 'dashboard-cat',
            },
            {
                img: 'beranda',
                label: 'Summary of Triputra Group',
                path: 'beranda',
            },
            {
                img: '',
                label: 'Sub Holding',
                path: 'beranda',
            }
        ]
    },
    {
        img: '',
        label: 'Settings',
        path: 'beranda',
        subItem: null
    },
    {
        img: Images.masterdata,
        label: 'Master Data',
        path: '',
        subItem: [
            {
                img: '',
                label: 'Business Unit',
                path: 'unit-bisnis',
            },
            {
                img: '',
                label: 'Company',
                path: 'perusahaan',
            },
            {
                img: '',
                label: 'Report Items',
                path: 'report-items',
            },
            {
                img: '',
                label: 'Parameters',
                path: 'parameter',
            },
        ]
    },
    {
        img: Images.otorisasi,
        label: 'Authorization',
        path: '',
        subItem: [
            {
                img: '',
                label: 'User Role',
                path: 'userrole',
            },
            {
                img: '',
                label: 'User',
                path: 'user',
            }
        ]
    },
    {
        img: Images.approvalmatrix,
        label: 'Approval Matrix',
        path: 'approval-matrix',
        subItem: null
    },
    {
        img: Images.otorisasi,
        label: 'User Management',
        path: '',
        subItem: [
            {
                img: '',
                label: 'Profile',
                path: 'profile',
            },
            {
                img: '',
                label: 'Logout',
                path: '',
            },
        ]
    }
]

export default arraySide;