@foreach($serviceRequests as $key => $row)
{{ $row->id }} {{ $row->user->name ?? $row->user->username ?? "-" }} {{ $row->teacher->name ?? $row->teacher->username ?? "-" }} {{ $row->subject->currentDescription->title ?? "" }} {{ $row->service->currentDescription->title ?? "" }} {{ $row->getStatusText() }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if(count($serviceRequests) && $serviceRequests->hasPages()) {{ $serviceRequests->links('pagination::bootstrap-5') }} @endif