@extends('layouts.cad') @section('content')
Plate:
Make:
Color:
{{ $vehicle->plate }}
{{ $vehicle->model }}
{{ $vehicle->color }}
Registration Expires:
Status:
Registered Owner:
{{ $vehicle->registration_expire->format('m/d/Y') }}
{{ $vehicle->status_name }}
@if ($vehicle->civilian) {{ $vehicle->civilian->name }} ({{ $vehicle->civilian->s_n_n }}) @elseif ($vehicle->business) {{ $vehicle->business->name }} (BUSSINESS VEHICLE) @endifRegistered to a Business
Address:
Driver License:
Social Security:
Phone:
Type:
Occupation:
{{ $vehicle->civilian->postal }} {{ $vehicle->civilian->street }} {{ $vehicle->civilian->city }}
12345
{{ $vehicle->civilian->s_n_n }}
123-345-9834
INDIV - Individual
{{ $vehicle->civilian->occupation }}
Age:
Birth:
Race:
Sex:
Height:
Weight:
{{ $vehicle->civilian->age }}
{{ $vehicle->civilian->date_of_birth->format('m/d/Y') }}
{{ $vehicle->civilian->race }}
{{ $vehicle->civilian->gender }}
{{ floor($vehicle->civilian->height / 12) }}' {{ $vehicle->civilian->height % 12 }}" ({{ round($vehicle->civilian->height * 2.54) }}cm)
{{ $vehicle->civilian->weight }}lb ({{ round($vehicle->civilian->weight / 2.205) }}kg)
Active Warrent
@endif @if ($vehicle->civilian->is_violent)History of Violence
@endif @if ($vehicle->civilian->is_weapon)History of Weapons
@endif @if ($vehicle->civilian->is_ill)History of Mental Illness
@endif{{ $license->license_type->name }} | {{ $license->id }} | {{ $status }} | Expires: {{ $license->expires_on->format('m/d/Y') }}
@endforeachDispatch doesn't have options yet.
@elseif (auth()->user()->active_unit->user_department->department->type == 4) New Medical History @endif