@csrf

Type

Call

Last Name (Defendant) {{ $civilian->last_name }}

First Name {{ $civilian->first_name }}

Address {{ $civilian->address }}

Showed ID

SSN {{ $civilian->s_n_n }}

Sex {{ $civilian->gender }}

Race {{ $civilian->race }}

License Search

@if ($chosen_license)

License No. {{ $chosen_license->id }}

Expires {{ $chosen_license->expires_on->format('m/d/Y') }}

Type {{ $chosen_license->license_type->name }}

Suspend

@else

No License Linked

@endif

Vehicle Search

@if ($chosen_vehicle)

Plate {{ $chosen_vehicle->plate }}

Make {{ $chosen_vehicle->model }}

Color {{ $chosen_vehicle->color }}

Expires {{ $chosen_vehicle->registration_expire->format('m/d/Y') }}

Impound

@else

No Vehicle Linked

@endif

Time

Date

Location