@extends('layouts.master') @section('title') {{ __('Comments') }} @endsection @section('main_content')
{{ __('Comment List') }}
@csrf
{{__('Show- 10')}}
{{__('Show- 25')}}
{{__('Show- 50')}}
{{__('Show- 100')}}
@include('admin.website-setting.blogs.comments.datas')
{{ __('SL') }}.
{{ __('Name') }}
{{ __('Email') }}
{{ __('Comment') }}
{{ __('Action') }}
{{ $comments->links('pagination::bootstrap-5') }}
@endsection @push('modal') @include('admin.components.multi-delete-modal') @endpush