@foreach($lessons as $key => $row)
{{ $row->title }} {{ $row->unit->course->stage->currentDescription->title ?? "" }} {{ $row->unit->course->grade->currentDescription->title ?? "" }} {{ $row->unit->course->term->currentDescription->title ?? "" }} {{-- {{ $row->unit->course->subject->currentDescription->title ?? "" }} --}} {{-- {{ $row->unit->course->category->currentDescription->name ?? "" }} --}} {{ $row->unit->course->currentDescription->title ?? "" }} {{ $row->unit->currentDescription->title ?? "" }} {{ __("general.$row->status") }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if(count($lessons) && $lessons->hasPages()) {{ $lessons->links('pagination::bootstrap-5') }} @endif