Performance Report

@forelse ($performanceReport as $index => $item) @empty @endforelse
# Tester Name Suggested Level Suggested Band Listening Reading Speaking Vocabulary Grammar Comment teachers Note Created At Action
{{ $index + 1 }} {{ ($item->teacher->first_name ?? '') . ' ' . ($item->teacher->last_name ?? '') }} {{ $item->suggested_levels ?? '-' }} {{ $item->suggested_band ?? '-' }} {{ $item->demo_listening ?? '-' }} {{ $item->demo_reading ?? '-' }} {{ $item->demo_speaking ?? '-' }} {{ $item->demo_vocabulary ?? '-' }} {{ $item->demo_grammar ?? '-' }} {{ $item->comment ?? '-' }} {{ $item->teachers_note ?? '-' }} {{ $item->created_at ? $item->created_at->format('d-M-Y') : '-' }} Download Report
No Performance Report

Exams

@forelse ($exams as $exam) @empty @endforelse
Exam Name Course Name Level Name Grade Date
{{ $exam->exam_name }} {{ $exam->course_name }} {{ $exam->level_name }} {{ $exam->percentage }}% {{ \Carbon\Carbon::parse($exam->date)->format('d M Y') }}
No Exams found