@extends('layouts.app') @section('content')

تفاصيل البلاغ #{{ $chatReport->id }}

@include('flash::message') @include('common.errors')
إجراءات سريعة (ضغطة واحدة):
الرجاء مراجعة سياق المحادثة قبل اتخاذ القرار.
@csrf
@csrf
@csrf

معلومات البلاغ

  • المُبلّغ: {{ $chatReport->reporter->full_name ?? 'غير معروف' }}
    {{ $chatReport->reporter->contact_no ?? '' }}
  • سبب البلاغ: {{ $chatReport->reason }}
  • تاريخ البلاغ: {{ $chatReport->created_at->format('Y-m-d H:i') }}
  • الحالة: @if($chatReport->status === 'pending') قيد المراجعة @else تمت المراجعة @endif

سياق المحادثة (Chat Context)

@if($chatReport->message)
جاري تحميل السياق...
@else
الرسالة غير موجودة أو تم حذفها نهائياً من قاعدة البيانات.
@endif
@endsection @push('third_party_scripts') @if($chatReport->message) @endif @endpush