@extends('layouts.cad') @section('content')
Address:
Driver License:
Social Security:
Phone:
Type:
Occupation:
{{ $civilian->postal }} {{ $civilian->street }} {{ $civilian->city }}
12345
{{ $civilian->s_n_n }}
{{ $civilian->phone_number }}
INDIV - Individual
{{ $civilian->occupation }}
Age:
Birth:
Race:
Sex:
Height:
Weight:
{{ $civilian->age }}
{{ $civilian->date_of_birth->format('m/d/Y') }}
{{ $civilian->race }}
{{ $civilian->gender }}
{{ floor($civilian->height / 12) }}' {{ $civilian->height % 12 }}" ({{ round($civilian->height * 2.54) }}cm)
{{ $civilian->weight }}lb ({{ round($civilian->weight / 2.205) }}kg)
Active Warrent
@endif @if ($civilian->is_violent)History of Violence
@endif @if ($civilian->is_weapon)History of Weapons
@endif @if ($civilian->is_ill)History of Mental Illness
@endif{{ $license->license_type->name }} | {{ $license->id }} | {{ $status }} | Expires: {{ $license->expires_on->format('m/d/Y') }}
@endforeach{{ $record->name }}: {{ $record->value }}
@endforeach{{ $weapon->model }}: {{ $weapon->serial_number }}
@endforeachNo Involvements
@endforelse