@extends('layouts.app') @section('content')
| Reporter | Reported user | Reason | Status | Date | Actions |
|---|---|---|---|---|---|
| {{ $report->reporter?->name ?? '—' }} | {{ $report->reportedUser?->name ?? '—' }} | {{ $report->reason }} | {{ $report->status }} | {{ $report->created_at->format('Y-m-d H:i') }} | @if($report->status === 'pending') @endif @if($report->reportedUser) @endif |
| No status reports. | |||||