@extends('admin.partial.template-full') @section('section')
{{App\AccountInterstitial::whereNull('appeal_handled_at')->whereNotNull('appeal_requested_at')->count()}}
active appeals
{{App\AccountInterstitial::whereNotNull('appeal_handled_at')->whereNotNull('appeal_requested_at')->count()}}
closed appeals
No appeals 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()!!}