@foreach ($comments as $comment) @endforeach
{{ __('SL') }}. {{ __('Name') }} {{ __('Email') }} {{ __('Comment') }} {{ __('Action') }}
{{ ($comments->currentPage() - 1) * $comments->perPage() + $loop->iteration }} {{ $comment->name }} {{ $comment->email }} {{ Str::limit($comment->comment, 20, '...') }}
{{ $comments->links('vendor.pagination.bootstrap-5') }}