@extends('layouts.app') @section('content')
Status statistics

Total Reports

874

Approved Reports

470

Declined Reports

243

@if(count($reviews) > 0) @php $i = 0; @endphp @foreach($reviews as $rev) @endforeach @endif
ID Report Title Victim Date Payouts Time Actions
{{ ++$i }} {{ ucfirst($rev->title_name) }} {{ ucfirst($rev->victim_or_confidential) }} {{ date('d M Y',strtotime($rev->date_of_incident)) }} $ 20 {{ date('h:i A', strtotime($rev->time_of_incident)) }}
@endsection