diff --git a/resources/views/admin/reports/home.blade.php b/resources/views/admin/reports/home.blade.php new file mode 100644 index 000000000..bc1d7228d --- /dev/null +++ b/resources/views/admin/reports/home.blade.php @@ -0,0 +1,57 @@ +@extends('admin.partial.template') + +@section('section') +
# | +Reporter | +Type | +Reported | +Status | +Created | +|
---|---|---|---|---|---|---|
+ + {{$report->id}} + + | +{{$report->reporter->username}} | +{{$report->type}} | +{{str_limit($report->reported()->url(), 25)}} | + @if(!$report->admin_seen) +Unresolved | + @else +Resolved | + @endif +{{$report->created_at->diffForHumans(null, true, true, true)}} | +