@can('comment-setting-list')
@foreach($datas as $data)
@if($data->user->avatar) @else
@endif

{{$data->user->name}}

{{$data->user->phone}}

{{jdate($data->created_at)->ago()}}
@can('comment-setting-change-status') @endcan

{{count($data->childs)}} پاسخ ها

{{count($data->childs->where('status' , '0'))}} پاسخ های غیر فعال

@can('comment-setting-show') @endcan
@endforeach @if(!$this->search) {{$datas->links('vendor.livewire.tailwind')}} @endif
@if($this->showMode)
{!! $this->showComment->body !!} @foreach($this->showComment->childs as $child)
{!! $child->body !!}
@endforeach
@can('comment-setting-create')
@endcan
@endif
@endcan