@extends('admin.partial.template-full') @section('section')
@php($ai = App\AccountInterstitial::whereNotNull('appeal_requested_at')->whereNull('appeal_handled_at')->count()) @php($spam = App\AccountInterstitial::whereType('post.autospam')->whereNull('appeal_handled_at')->count()) @if($ai || $spam){{$ai}}
Appeal {{$ai == 1 ? 'Request' : 'Requests'}}{{$spam}}
Flagged {{$ai == 1 ? 'Post' : 'Posts'}}{{$report->type}}
@if($report->reporter && $report->status){{$report->reporter->username}} reported this post
@else@if(!$report->reporter) Deleted user @else {{$report->reporter->username}} @endif reported this @if(!$report->status) deleted post @else post @endif
@endifNo reports found