@extends('adminlte::page') @section('title', 'Suspect Details') @section('content_header')
@endif
Alias: {{ $suspect->alias }}
@endif| Date | Status Change | Updated By | Notes |
|---|---|---|---|
| {{ $update->created_at->format('d M Y H:i') }} | @if($update->update_type === 'arrest') Arrest Status @elseif($update->update_type === 'charge') Charge Status @elseif($update->update_type === 'custody') Custody Status @else {{ ucfirst($update->update_type) }} @endif | {{ $update->officer->name }} | {{ $update->description }} |
| No status updates recorded. | |||