| {{ __('No') }} | {{ __('Nama Siswa') }} | {{ __('Kelas') }} | {{ __('Mapel') }} | {{ __('Judul Ujian') }} | {{ __('Jumlah Soal') }} | {{ __('Dibuat') }} | {{ __('Aksi') }} |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $key->student->fullname }} | {{ $key->student->class->name }} | {{ $key->essay->subject->name }} | {{ $key->essay->essay_title }} | {{ $key->essay->questions->count() }} Soal | {{ $key->created_at->translatedFormat('l, d M Y') }} |