Comments

@if ($comments->isNotEmpty()) @foreach($comments as $comment) @endforeach {{ $comments->links('pagination::tailwind') }} @else

No comments yet.

@endif
@auth
{{ auth()->user()->name }}
@error('newCommentState.body')

{{ $message }}

@enderror
@endauth @guest

Log in to comment.

@endguest