@if(session('success')) @endif

{{ number_format($stats['total_comments']) }}

إجمالي التعليقات

{{ number_format($stats['today_comments']) }}

تعليقات اليوم

{{ number_format($stats['total_users']) }}

المستخدمين النشطين

@forelse($comments as $comment) @empty @endforelse
# المستخدم التعليق الفيديو التاريخ الإجراءات
{{ $comment->id }} @if($comment->user)
{{ mb_substr($comment->user->name, 0, 1) }}
{{ $comment->user->name }}
{{ $comment->user->email }}
@else مستخدم محذوف @endif
{{ Str::limit($comment->comment, 100) }}
@if($comment->video) {{ Str::limit($comment->video->title, 30) }} @else فيديو محذوف @endif {{ $comment->createdAt ? $comment->createdAt->diffForHumans() : '-' }}
@csrf @method('DELETE')
لا توجد تعليقات
@if($comments->hasPages())
{{ $comments->links() }}
@endif