@extends('admin.layouts.master') @section('content')

لیست نظرات

@foreach ($comments as $item) @endforeach
متن نظر کاربر ایمیل نوع کامنت مربوط تاریخ ثبت امکانات تایید نمایش
{{ $loop->index + 1 }} {{ $item->comment }} {{ $item->name }} {{ $item->email }} {{$item->commentable_type}} {{empty( $item->commentable->name)?'': $item->commentable->name }} {{ jdate($item->created_at)->format('Y/m/d') }} @can('admin-comments-delete') @endcan
@csrf @method('DELETE')
@endsection @section('js-page') @endsection