{
    "status": true,
    "message": "Dashboard data retrieved",
    "data": {
        "stats": {
            "totalEmployees": 18,
            "activeEmployees": 16,
            "deactiveEmployees": 2,
            "todayPresent": 0,
            "todayAbsent": 0,
            "todayHalfDay": 0,
            "totalPayoutDone": 89096,
            "totalAdvancePending": 29000,
            "advanceStaffCount": 2,
            "heldSalaryAmount": 8667,
            "heldSalaryDays": 30,
            "holdStaffCount": 3,
            "currentMonthPayable": 185000,
            "totalBaseSalary": 166000
        },
        "staffOverview": [
            {
                "id": 2,
                "name": "Ajara",
                "role": "Staff",
                "status": "active",
                "attendance_status": "not_marked",
                "check_in": null,
                "profile_image": null
            },
            {
                "id": 4,
                "name": "Akhilesh Kumar",
                "role": "Staff",
                "status": "active",
                "attendance_status": "not_marked",
                "check_in": null,
                "profile_image": null
            },
            {
                "id": 6,
                "name": "Kajal",
                "role": "Staff",
                "status": "active",
                "attendance_status": "not_marked",
                "check_in": null,
                "profile_image": null
            },
            {
                "id": 7,
                "name": "Neeraj",
                "role": "Staff",
                "status": "active",
                "attendance_status": "not_marked",
                "check_in": null,
                "profile_image": null
            },
            {
                "id": 8,
                "name": "Priyanka",
                "role": "Staff",
                "status": "active",
                "attendance_status": "not_marked",
                "check_in": null,
                "profile_image": null
            }
        ],
        "charts": {
            "attendanceHistory": [
                {
                    "label": "Thu",
                    "date": "2026-06-04",
                    "present": 0,
                    "absent": 0,
                    "half_day": 0,
                    "active_staff": 16,
                    "is_weekend": false
                },
                {
                    "label": "Fri",
                    "date": "2026-06-05",
                    "present": 0,
                    "absent": 0,
                    "half_day": 0,
                    "active_staff": 16,
                    "is_weekend": false
                },
                {
                    "label": "Sat",
                    "date": "2026-06-06",
                    "present": 0,
                    "absent": 0,
                    "half_day": 0,
                    "active_staff": 16,
                    "is_weekend": false
                },
                {
                    "label": "Sun",
                    "date": "2026-06-07",
                    "present": 0,
                    "absent": 0,
                    "half_day": 0,
                    "active_staff": 16,
                    "is_weekend": false
                },
                {
                    "label": "Mon",
                    "date": "2026-06-08",
                    "present": 0,
                    "absent": 0,
                    "half_day": 0,
                    "active_staff": 16,
                    "is_weekend": false
                },
                {
                    "label": "Tue",
                    "date": "2026-06-09",
                    "present": 0,
                    "absent": 0,
                    "half_day": 0,
                    "active_staff": 16,
                    "is_weekend": true
                },
                {
                    "label": "Wed",
                    "date": "2026-06-10",
                    "present": 0,
                    "absent": 0,
                    "half_day": 0,
                    "active_staff": 16,
                    "is_weekend": false
                }
            ],
            "payoutHistory": [
                {
                    "label": "Jan 2026",
                    "amount": 0
                },
                {
                    "label": "Feb 2026",
                    "amount": 73830
                },
                {
                    "label": "Mar 2026",
                    "amount": 0
                },
                {
                    "label": "Apr 2026",
                    "amount": 15266
                },
                {
                    "label": "May 2026",
                    "amount": 0
                },
                {
                    "label": "Jun 2026",
                    "amount": 0
                }
            ]
        }
    }
}