{{count($comments)}} Comments
{{$comment->created_at->diffForHumans()}}
@forelse($comment->mentionedMember as $key => $commentMentionedMember) {{ '@'.$commentMentionedMember->user->name }} @empty @endforelse {{$comment->description}}
{{count($comment->replies) ?? 0}} reply
{{$reply->created_at->diffForHumans()}}
@forelse($reply->mentionedMember as $key => $replyMentionedMember) {{ '@'.$replyMentionedMember->user->name }} @empty @endforelse {{$reply->description}}
{{$comment->createdBy->name}}
{{$comment->created_at->diffForHumans()}}
@forelse($comment->mentionedMember as $key => $commentMentionedMember) {{ '@'.$commentMentionedMember->user->name }} @empty @endforelse {{$comment->description}}
{{count($comment->replies) ?? 0}} reply
{{$reply->createdBy->name}}
{{$reply->created_at->diffForHumans()}}
@forelse($reply->mentionedMember as $key => $replyMentionedMember) {{ '@'.$replyMentionedMember->user->name }} @empty @endforelse {{$reply->description}}
@can('delete_comment') @endcan