@forelse ($task->comments as $comment)
{{ $comment->user->name }}
{{ $comment->created_at->diffForHumans() }}
{!! $comment->comment !!}
@empty
- @lang('messages.noCommentFound') -
@endforelse
{{ $comment->user->name }}
{{ $comment->created_at->diffForHumans() }}