@extends('admin.layouts.home') @section('title', 'Other Reports') @section('content')
No reports found for the selected filter.
| ID | From User | Module | Reason | Status | Created At | View Detail | Action |
|---|---|---|---|---|---|---|---|
| #{{ $report->id }} |
@if($report->reporter)
{{ $report->reporter->name }}
ID: {{ $report->reporter->id }} |
{{ $report->module_label }} @if($report->module_title) “{{ \Illuminate\Support\Str::limit($report->module_title, 40) }}” @endif Module ID: {{ $report->module_id }} |
{{ $report->reason }} | {{ $report->status_label }} | {{ $report->created_at?->format('M d, Y H:i') }} | @if($report->module_route) View Module @else N/A @endif | View |