Student: {{ $student->full_name }}
Teacher Name: {{ $fb->teacher?->full_name ?? 'N/A' }}
Course Name: {{ $courseName ?? 'N/A' }}
Admins: @if($student->admin_assigned_students->isNotEmpty()) {{ $student->admin_assigned_students->map(fn($a) => $a->admin?->full_name)->filter()->implode(', ') ?: 'N/A' }} @else N/A @endif
Type: {{ ucfirst($fb->type) }}
Score: {{ $fb->score ?? 'N/A' }}
Created: {{ $fb->created_at->format('Y-m-d') }}
No teacher feedback found for this student.