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