@extends('layouts.civilian') @section('content')
Full Name: {{ $civilian->name }}
Social Security Number: {{ $civilian->id }}
Date of Birth: {{ $civilian->date_of_birth->format('m/d/Y') }} (Age: {{ $civilian->age }})
Gender: {{ $civilian->gender }}
Race: {{ $civilian->race }}
Weight: {{ $civilian->weight }}lb ({{ round($civilian->weight / 2.205) }}kg)
Height: {{ floor($civilian->height / 12) }}' {{ $civilian->height % 12 }}" ({{ round($civilian->height * 2.54) }}cm)
Address: {{ $civilian->address }}
Occupation: {{ $civilian->occupation }}
Phone Number: {{ $civilian->phone_number }}
{{ $medical_record->name }}: {{ $medical_record->value }}
No Medical Records
@endforelse{{ $vehicle->plate }} | {{ $vehicle->model }} | {{ $status }} | Expires: {{ $vehicle->registration_expire->format('m/d/Y') }}
No Vehicles
@endforelse{{ $weapon->model }}: {{ $weapon->serial_number }}
No Weapons
@endforelseNo Charges
@endforelse