{{ __('admin.Comment List') }}

@if(count($comments) > 0) @include('admin.blog-comments.table', ['items' => $comments]) @else @endif
{{ __('admin.S.N') }} {{ __('admin.Name') }} {{ __('admin.Email') }} {{ __('admin.Comment') }} {{ __('admin.Blog') }} {{ __('admin.Status') }} {{ __('admin.Actions') }}

{{ __('front.No Results Found') }}

{{ __('front.We could not find any transactions matching your filters. Try adjusting your search criteria.') }}

@push('scripts') @endpush