@extends("AdminSide.Layout") @section("content")
@if($type === 'readComments') @else @endif
@csrf @if($comments->toArray()['total']>0) @foreach($comments as $key=>$comment) @endforeach @endif
نام کاربر نوع کاربر نوع اظهارنظر محتوای اظهارنظر محتوای مربوطه تعداد لایک و آنلایک وضعیت انتشار تاریخ ارسال

@if($comment['user_type']=='admin') مدیر @else کاربر @endif

{{$comment['comment']}}
@if($comment['type'] === 'faq') صفحه ی پرسش و پاسخ @else @if($comment['related_post']!=null) {{$comment['related_post']['title']}} @else پیدا نشد! @endif @endif لایک : {{$comment['likes_count']}}   آنلایک : {{$comment['unlikes_count']}} @if($comment['status']==1) در حالت انتشار @else در حالت پنهان @endif {{$comment['sending_time']}}
@include('AdminSide.Components.Pagination', ['paginator' => $comments])
@endsection