{{ __('sidebar.post_comment_list') }}

{{--
--}} {{-- --}}
@if(count($comments)>0) @foreach($comments as $comment) @endforeach
{{ __('sidebar.post_snumber') }} {{ __('sidebar.post_author') }} {{ __('sidebar.post_title') }} Message Date {{ __('sidebar.post_status') }} {{ __('sidebar.post_action') }}
{{$comment->id}} {{$comment->user_info['name']}} {{$comment->post->title}} {{$comment->comment}} {{$comment->created_at->format('M d D, Y g: i a')}} @if($comment->status=='active') {{$comment->status}} @else {{$comment->status}} @endif
@csrf @method('delete')
{{$comments->links()}} @else
No post comments found!!!
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush