for the attached students, the comments have been entered by the teachers but they dont appear, check if that is indeed the case, dont fix right now & 'e:\E-Downloads\student marks.jpeg' just check for me. # Comprehensive search for comment saving logic echo "=== Finding ReportCardsPage ===" && \ find . -name "*Report*Card*.tsx" && \ echo -e "\n=== Searching for Save Comments ===" && \ grep -r "Save Comments\|handleSaveComments" --include="*.tsx" . && \ echo -e "\n=== Searching for student_comments inserts ===" && \ grep -r "student_comments.*insert\|from.*student_comments" --include="*.tsx" .