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