@foreach ($comments as $comment) {{ ($comments->perPage() * ($comments->currentPage() - 1)) + $loop->iteration }} {{ $comment->name }} {{ $comment->email }} {{ Str::limit($comment->comment, 20, '...') }} @endforeach