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

Appeals

{{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

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

@endsection