@forelse($comments as $comment)

{{ $comment->content }}

@tags(['tags' => $comment->tags])@endtags @updated(['date' => $comment->created_at, 'name' => $comment->user->name, 'userId' => $comment->user->id]) @endupdated @empty

{{ __('No comments yet!') }}

@endforelse