@extends('admin.partial.template-full') @section('section')

Autospam

Posts flagged as spam

{{App\AccountInterstitial::whereNull('appeal_handled_at')->whereType('post.autospam')->count()}}

active cases

{{App\AccountInterstitial::whereType('post.autospam')->count()}}

total cases

{!!$appeals->render()!!}

@endsection