@extends('dashboard.layouts.base') @section('content') @php \Carbon\Carbon::setLocale('ar'); @endphp
| # | المُبلّغ | المُبلّغ عنه | تاريخ الإبلاغ | العمليات |
|---|---|---|---|---|
| {{ $chats->firstItem() + $index }} | @if ($reporter) {{ $reporter->name }} @else غير معروف @endif | @if ($reportedUser) {{ $reportedUser->name }} @else غير معروف @endif | {{ $chat->reported_chat_time ? $chat->reported_chat_time->translatedFormat('d F Y، h:i A') : '-' }} | عرض المحادثة |
| لا توجد دردشات مُبلّغ عنها | ||||