@extends('settings.template') @section('section')

Reports


A list of reports you have made.

@foreach($reports as $report) @if(!$report->admin_seen) @else @endif @endforeach
ID Type Reported Status Created
{{$report->id}} {{$report->type}} {{str_limit($report->reported()->url(), 30)}}UnresolvedResolved{{$report->created_at->diffForHumans(null, true, true)}}
{{$reports->links()}}
@endsection