public function getSectionAttendance($class_id, $section_id, $session_id) {
        try {
            return Attendance::with('student')
                            ->where('class_id', $class_id)
                            ->where('section_id', $section_id)