{{-- Header --}}

Comments

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

{{ $message }}

@enderror
@endauth @guest

Log in to join the discussion.

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

No comments yet.

@endif