@extends('admin.partial.template-full') @section('section')
@php($ai = App\AccountInterstitial::whereNotNull('appeal_requested_at')->whereNull('appeal_handled_at')->count()) @if($ai) @endif @if($reports->count()){{$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