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

Report #{{$report->id}} - {{ucfirst($report->type)}}

Reported: {{$report->reported()->url()}}
Reported by: {{$report->reporter->username}}

Message: {{$report->message ?? 'No message provided.'}}

@if(!$report->admin_seen) Ignore {{-- Request Mod Feedback --}} Add CW Unlist/Hide {{-- Delete Shadowban User Ban User --}} @else

Resolved {{$report->admin_seen->diffForHumans()}}

@endif
Reporter
  • Joined {{$report->reporter->created_at->diffForHumans()}}
  • Total Reports: {{App\Report::whereProfileId($report->reporter->id)->count()}}
  • Total Reported: {{App\Report::whereReportedProfileId($report->reporter->id)->count()}}
Reported
  • Joined {{$report->reportedUser->created_at->diffForHumans()}}
  • Total Reports: {{App\Report::whereProfileId($report->reportedUser->id)->count()}}
  • Total Reported: {{App\Report::whereReportedProfileId($report->reportedUser->id)->count()}}
{{--

admin ignored this report. 2m

admin ignored this report. 2m

admin ignored this report. 2m

--}} {{--
[username]: {{str_limit('Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 150)}} 2m
me: {{str_limit('Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 150)}} 2m
me: {{str_limit('Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 150)}} 2m
--}} @endsection @push('scripts') @endpush