@extends('layouts.cad') @section('content')
ID: {{ $call->id }}
Nature: {{ $call->nature }} - {{ $call->nature_info['name'] }}
Entery Started: {{ $call->created_at->format('H:i:s m/d/Y') }}
Last Update: {{ $call->updated_at->format('H:i:s m/d/Y') }}
Status - ({{ $call->status }}) {{ $call->status_info['name'] }}
You can add civilians on their return page.
{{ strtoupper(get_setting('state')) }}
{{ $call_civilian->civilian->s_n_n }}
LN {{ $call_civilian->civilian->last_name }}
FN {{ $call_civilian->civilian->first_name }}
{{ $call_civilian->civilian->postal }} {{ $call_civilian->civilian->street }}
{{ $call_civilian->civilian->city }}
DOB {{ $call_civilian->civilian->date_of_birth->format('m/d/Y') }}
SEX {{ $call_civilian->civilian->gender }}
HGT 5'-09"
WGT 150lb
You can add vehicles on their return page.
No Reports Linked To This Call.
@endforelse