|
|
{{ __('SL') }}. | {{ __('Name') }} | {{ __('Email') }} | {{ __('Comment') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ ($comments->currentPage() - 1) * $comments->perPage() + $loop->iteration }} | {{ $comment->name }} | {{ $comment->email }} | {{ Str::limit($comment->comment, 20, '...') }} |
|