@foreach($grades as $key => $row)
{{ $row->title }} {{ $row->stage->currentDescription->title ?? "" }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if(count($grades) && $grades->hasPages()) {{ $grades->links('pagination::bootstrap-5') }} @endif