@extends('admin.partial.template-full') @section('section')
Posts flagged as spam
{{App\AccountInterstitial::whereNull('appeal_handled_at')->whereType('post.autospam')->count()}}
active cases
{{App\AccountInterstitial::whereType('post.autospam')->count()}}
total cases
No autospam cases found!
{{$appeal->type}}
@if($appeal->item_type){{starts_with($appeal->item_type, 'App\\') ? explode('\\',$appeal->item_type)[1] : $appeal->item_type}}
@endif@{{$appeal->user->username}}
{{$appeal->created_at->diffForHumans(null, null, true)}}
{!!$appeals->render()!!}