@extends('admin.partial.template-full') @section('section')
Try the new Report UI
We are deprecating this Report UI in the next major version release. The updated Report UI is easier, faster and provides more options to handle reports and spam.
Autospam
Detected {{$appeal->created_at->diffForHumans()}} from @{{$appeal->user->username}}.
{{$appeal->has_media ? 'Caption' : 'Comment'}}: {{$meta->caption}}
@endifLike Count: {{$meta->likes_count}}
Share Count: {{$meta->reblogs_count}}
Timestamp: {{now()->parse($meta->created_at)->format('r')}}
URL: {{$meta->url}}
Open Appeals: {{App\AccountInterstitial::whereUserId($appeal->user_id)->whereNotNull('appeal_requested_at')->whereNull('appeal_handled_at')->count()}}
Total Appeals: {{App\AccountInterstitial::whereUserId($appeal->user_id)->whereNotNull('appeal_requested_at')->count()}}
Total Warnings: {{App\AccountInterstitial::whereUserId($appeal->user_id)->count()}}
Status Count: {{$appeal->user->statuses()->count()}}
Joined: {{$appeal->user->created_at->diffForHumans(null, null, false)}}