@extends('layouts.civilian') @section('content')
Full Name: {{ $officer->name }}
Social Security Number: {{ $officer->id }}
Date of Birth: {{ $officer->date_of_birth->format('m/d/Y') }} (Age: {{ $officer->age }})
Gender: {{ $officer->gender }}
Race: {{ $officer->race }}
Weight: {{ $officer->weight }}lb ({{ round($officer->weight / 2.205) }}kg)
Height: {{ floor($officer->height / 12) }}' {{ $officer->height % 12 }}" ({{ round($officer->height * 2.54) }}cm)
Address: {{ $officer->address }}
Occupation: {{ $officer->occupation }}
Phone Number: {{ $officer->phone_number }}
Department: {{ $officer->user_department->department->name }}
Callsign: {{ $officer->user_department->badge_number }}
Rank: {{ $officer->user_department->rank }}