{{ __('common.comments') }}

@error('newCommentState') {{ $message }} @enderror

    @forelse ($comments as $comment) @empty
  1. {{ __('common.no-comments') }}!
  2. @endforelse
@if ($comments->hasMorePages())
@endif