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