{{ session('success') }}
@endif
{{ number_format($stats['total_comments']) }}
إجمالي التعليقات
{{ number_format($stats['today_comments']) }}
تعليقات اليوم
{{ number_format($stats['total_users']) }}
المستخدمين النشطين
| # | المستخدم | التعليق | الفيديو | التاريخ | الإجراءات |
|---|---|---|---|---|---|
| {{ $comment->id }} |
@if($comment->user)
{{ mb_substr($comment->user->name, 0, 1) }}
{{ $comment->user->name }}
{{ $comment->user->email }}
|
{{ Str::limit($comment->comment, 100) }}
|
@if($comment->video) {{ Str::limit($comment->video->title, 30) }} @else فيديو محذوف @endif | {{ $comment->createdAt ? $comment->createdAt->diffForHumans() : '-' }} | |
| لا توجد تعليقات | |||||
{{ $comments->links() }}
@endif