{{ $blog_count }} {{ $blog_count > 1 ? __('translate.Comments') : __('translate.Comment') }}
@foreach ($blog_comments as $comment)-
@if ($comment->children && $comment->children->count() > 0)
@endforeach
{{ $comment?->user?->name ?? '' }}
{{ $comment->created_at->format('d M Y') }}{{ $comment->content }}
@foreach ($comment->children as $child)-
@endforeach
@endif{{ $child?->user?->name ?? '' }}
{{ $child->created_at->format('d M Y') }}{{ $child->content }}