@foreach($exams as $key => $row)
{{ $row->type ? __("exams::exams.types.{$row->type}") : "-" }} {{ $row->title ?? '-' }} {{ $row->lesson->unit->course->currentDescription->title ?? "-" }} {{ $row->lesson->unit->currentDescription->title ?? "-" }} {{ $row->lesson->currentDescription->title ?? "-" }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if(count($exams) && $exams->hasPages()) {{ $exams->links('pagination::bootstrap-5') }} @endif