@extends('admin.templates.panel-list-template-raw') @section('title') {{__("Comments")}} - @endsection @section('table') @if(count($items) == 0) @else @foreach($items as $item) @endforeach @endif {{-- pagination and toggle button start --}} {{-- pagination and toggle button end --}}
{{__("Commentator")}} {{__("Comment")}} {{__("Model")}}
{{__("There is nothing to show!")}}
@if($item->commentator()['url'] == null) {{$item->commentator()['name']}} [{{$item->commentator()['email']}}] @else {{$item->commentator()['name']}} @endif
{{$item->ip}}
@if($item->parent != null)
@endif {{$item->body}}
{{$item->commentable->title}} {{$item->commentable->name}}
@if($item->status != 1) @else @endif @if($item->status != -1) @endif @if($item->status != 0) @endif
{{$items->withQueryString()->links()}}
@endsection @section('filter')

{{__("Status")}}:

@endsection @section('bulk') @endsection @section('side-raw') @endsection