@extends('admin.layout') @section('title', 'Mesaj Raporları') @section('content')
Yalnızca üye şikayetleri. İki üye arasındaki tüm mesajlar için Sohbetler sayfasına gidin.
| Tarih | Raporlayan | Raporlanan | Sebep / Detay | Mesaj | Durum | |
|---|---|---|---|---|---|---|
| {{ $report->created_at?->format('d.m.Y H:i') }} |
{{ $report->reporter?->name }}
{{ $report->reporter?->email }}
|
@if($reported)
{{ $reported->name }}
#{{ $reported->id }} · {{ $reported->email }}
{{ $reported->is_active ? 'Aktif' : 'Pasif' }}
@else
{{ class_basename($report->reportable_type) }} #{{ $report->reportable_id }}
@endif
|
{{ $report->reason }} {{ $report->details }} |
{{ $preview ?: '—' }} | {{ $report->status }} | @if($report->status === 'pending') @if($reported && auth()->user()->isAdmin()) @endif @endif |
| Henüz üye şikayeti yok. Birebir mesajları görmek için Sohbetler sayfasına gidin. | ||||||