@extends('adminlte::page') @section('title', 'Case Statements') @section('content_header')
Case | Type | Given By | Date | Recorded By | Verified | Actions |
---|---|---|---|---|---|---|
#{{ $statement->case->case_number }} | @switch($statement->statement_type) @case('victim') Victim @break @case('witness') Witness @break @case('suspect') Suspect @break @case('expert') Expert @break @case('officer') Officer @break @default {{ ucfirst($statement->statement_type) }} @endswitch | {{ $statement->given_by_name }} | {{ $statement->statement_date->format('d M Y') }} | {{ $statement->recordedByOfficer->name }} | @if($statement->is_verified) Verified @else Not Verified @endif | |
No statements found. |