{{ $note['title'] }}
{{ $priorities[$note['model']->priority] ?? $note['model']->priority }} {{ $statuses[$note['model']->status] ?? $note['model']->status }}
{{ $isArabic ? 'الطالب:' : 'Student:' }} {{ $note['student_name'] }}
{{ $isArabic ? 'الفصل:' : 'Class:' }} {{ $note['class_name'] }}
{{ $isArabic ? 'ولي الأمر:' : 'Parent:' }} {{ $note['parent_name'] }}
{{ $isArabic ? 'المتابعة:' : 'Follow-up:' }} {{ $note['follow_up_label'] }}
{{ $note['note'] }}