@if ($blog_comments && $blog_comments->count() > 0)

{{ $blog_count }} {{ $blog_count > 1 ? __('translate.Comments') : __('translate.Comment') }}

@include('frontend::components.custom-pagination', ['items' => $blog_comments])
@endif @push('style_section') @endpush