@extends('admin.partial.template') @section('section')
Open: {{App\Report::whereNull('admin_seen')->count()}} Closed: {{App\Report::whereNotNull('admin_seen')->count()}}
|
# | Reporter | Type | Reported | Status | Created | |
---|---|---|---|---|---|---|---|
|
{{$report->id}} | {{$report->reporter->username}} | {{$report->type}} | {{str_limit($report->reported()->url(), 25)}} | @if(!$report->admin_seen)Unresolved | @elseResolved | @endif{{$report->created_at->diffForHumans(null, true, true, true)}} |