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

{{ mb_ucwords($comment->user->name) }}

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

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