@forelse($comments as $comment)
{{ $comment->user->name }} {{ $comment->created_at->diffForHumans() }}
{{ $comment->stage->label() }}

{{ $comment->comment }}

@empty

No comments yet.

@endforelse