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

{!! $comment->content !!}

@empty

No Comment Found..

@endforelse