@extends('admin.partial.template-full') @section('section')
{{$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