@if ($blog->comments && $blog->comments->count() > 0)

{{ translate('Comment') . ' ' . $blog?->comments?->count() ?? 0 }}

@endif @auth

{{ translate('Leave a Comment') }}

@csrf
@endauth