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