@extends('adminlte::page') @section('title', 'Crime Statistics') @section('content_header')

Crime Statistics

@stop @section('content')

Filter Options

to

{{ $totalCases }}

Total Cases

{{ $solvedCases }}

Solved Cases

{{ $solvedRate }}%

Case Resolution Rate

{{ $totalCases - $solvedCases }}

Open Cases

Case Trends Over Time

Cases by Status

Cases by Crime Type

Cases by Priority

Crime Hotspots

@foreach($crimeHotspots as $hotspot) @endforeach
Location Cases Percentage
{{ $hotspot->location }} {{ $hotspot->total }} {{ number_format(($hotspot->total / $totalCases) * 100, 1) }}%

Victim & Suspect Demographics

Victim Types
Suspect Gender
@stop @section('css') @stop @section('js') @stop