@forelse ($task->comments as $comment)
{{ $comment->user->name }}

{{ $comment->user->name }}

{{ $comment->created_at->diffForHumans() }}

{!! $comment->comment !!}
@empty
- @lang('messages.noCommentFound') -
@endforelse