{{ session('success') }}
@endif
إجمالي البلاغات
{{ number_format($stats->total) }}
قيد المراجعة
{{ number_format($stats->active) }}
تم المعالجة
{{ number_format($stats->resolved) }}
هذا الأسبوع
{{ number_format($stats->this_week) }}
| # | المُبلِّغ | الحساب المُبلَّغ عنه | السبب | التعليق | التاريخ | الحالة | الإجراءات |
|---|---|---|---|---|---|---|---|
| {{ $report->id }} |
{{ mb_substr($report->reporter_name ?? 'N', 0, 1) }}
{{ $report->reporter_name ?? 'غير معروف' }}
@N/A
|
{{ mb_substr($report->reported_name ?? 'N', 0, 1) }}
{{ $report->reported_name ?? 'غير معروف' }}
@N/A
|
{{ $report->reason_name ?? 'غير محدد' }} | {{ Str::limit($report->comment, 30) }} | {{ $report->createdAt }} | @if($report->soft_delete == 0) قيد المراجعة @else تم المعالجة @endif |
|
|
لا توجد بلاغات |
|||||||
{{ $reports->links('vendor.pagination.bootstrap-5') }}