@extends('layouts.admin') @section('title', 'Reports') @section('content')
{{ $reports->total() }} {{ Str::plural('report', $reports->total()) }}
| What | Reason | Reported by | When | Status | Actions |
|---|---|---|---|---|---|
| {{ $report->subjectLabel() }} {{ $report->subjectType() }} |
|
{{ $report->reporter?->name ?? 'Not signed in' }} | {{ $report->created_at->format('d M Y') }} |
|
Review |