@extends('adminlte::page') @section('title', 'Bail Check-in Statistics') @section('content_header')
Scheduled
Present
Missed
Excused
Overall compliance rate for the selected period
| Suspect | Missed Count | Actions |
|---|---|---|
| {{ $item->suspect->full_name }} | {{ $item->missed_count }} | |
| No missed check-ins recorded. | ||
| Police Station | Total Check-ins | Present | Missed | Compliance Rate |
|---|---|---|---|---|
| {{ $stat->policeStation->name }} | {{ $stat->total_count }} | {{ $stat->present_count }} | {{ $stat->missed_count }} |
|
| No station statistics available. | ||||