@extends('adminlte::page') @section('title', 'View Case Update') @section('content_header')
@switch($update->update_type) @case('general') General Update @break @case('statement') Statement @break @case('evidence') Evidence @break @case('suspect') Suspect @break @case('victim') Victim @break @case('status') Status Change @break @case('court') Court Proceedings @break @case('investigation') Investigation @break @default {{ ucfirst($update->update_type) }} @endswitch
{{ $update->update_date->format('d M Y, h:i A') }}
{{ $update->officer->rank ?? '' }} {{ $update->officer->name }}
File: {{ basename($update->attachment_path) }}
Type: {{ strtoupper($extension) }}
No attachment for this update.
@endif{{ $update->created_at->format('d M Y, h:i A') }}
{{ $update->updated_at->format('d M Y, h:i A') }}