Comments

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

No comments yet.

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

{{ $message }}

@enderror
@endauth @guest

Log in to comment.

@endguest