@foreach($examResults as $key => $row)
{{ $row->user->name ?? $row->user->username ?? "" }} {{ $row->user->email ?? "" }} {{ $row->exam->lesson->unit->course->currentDescription->title ?? "" }} {{ $row->exam->lesson->unit->currentDescription->title ?? "" }} {{ $row->exam->lesson->currentDescription->title ?? "" }} {{ !empty($row->highestScoreExamLog) ? ($row->highestScoreExamLog->score . '/' . $row->highestScoreExamLog->total_score) : '' }} status") }} fs-6"> {{ __("examresults::exam_results.exam_status_$row->status") }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} {{-- --}} @endforeach @if(count($examResults) && $examResults->hasPages()) {{ $examResults->links('pagination::bootstrap-5') }} @endif