if (($tblLeaveStudentList = Prepare::useService()->getLeaveStudentAllBy(false, false))) {
                foreach ($tblLeaveStudentList as $tblLeaveStudent) {
                    if (($tblDivision = $tblLeaveStudent->getServiceTblDivision())
                        && !isset($leaveDivisionList[$tblDivision->getId()])
                    ) {