@extends('adminlte::page') @section('title', 'HeroLegend') @section('content')
@if (Session::has('message'))

{{Session::get('message')}}

@endif

Reports

@if (isset($_GET['page'])) @endif

{{ csrf_field() }} Delete All
@foreach($reports as $report) @endforeach
Report ID Report Member Report Suspect Server ID Total Reports Report Message Report Time Seen Deleted
{{$report->report_id}} {{$report->report_member}} {{$report->report_suspect}} {{$report->report_member_server}} {{$report->total_reports}} {{$report->report_message}} {{$report->report_time}} {{$report->is_seen}} {{$report->is_deleted}}
{{ $reports->links() }}
@stop