| Candidate | {{ $takerName }} | Exam | {{ $testTitle }} |
| Submitted | {{ $submittedAt ? $submittedAt->format('d M Y, H:i') : '—' }} | Time spent | {{ $timeSpent ? floor($timeSpent / 60).'m '.($timeSpent % 60).'s' : '—' }} |
| # | Question | Marks | Result |
|---|---|---|---|
| {{ $item['n'] }} | {{ \Illuminate\Support\Str::limit($item['question'] ?? '—', 90) }} | {{ rtrim(rtrim(number_format($item['marks_earned'], 2), '0'), '.') }} / {{ $item['marks_max'] }} | {{ ucfirst($item['state']) }} |