@extends('admin.layouts.home') @section('title', 'Report Detail') @section('content')
@if($report->reporter)
ID: {{ $report->reporter->id }}
{{ $report->reporter->email }}
@else
This user record is no longer available.
@endif
Module
{{ $report->module_label }} ID: {{ $report->module_id }} @if($report->module_title) “{{ \Illuminate\Support\Str::limit($report->module_title, 60) }}” @endif
Reported At
{{ $report->created_at?->format('M d, Y H:i') }}
Last Updated
{{ $report->updated_at?->format('M d, Y H:i') }}
Reason
{{ $report->reason }}
No other reports were filed for this module.
@else| ID | Reporter | Reason | Status | Reported At | Actions |
|---|---|---|---|---|---|
| #{{ $related->id }} | {{ $related->reporter->name ?? 'Unknown user' }} | {{ \Illuminate\Support\Str::limit($related->reason, 60) }} | {{ $related->created_at?->format('M d, Y H:i') }} | View |