Profile

{{ $user->fullname ?? '-' }}

Patient

📍

{{ $user->patient->address2 ?? '-' }}

{{--

Personal Information Edit ✎

--}} {{-- Edit ✎ --}}

Personal Information Edit ✎

Full Name:{{ $user->fullname ?? '-'}}
{{--
Email:{{ $user->email ?? '-' }}
--}} {{--
NIK:{{ $user->patient->nik ?? '-' }}
--}} {{--
Phone:{{ $user->phone_num ?? '-' }}
--}}
Height:{{ $user->patient->height ?? '-' }}
Gender:{{ ($user->patient->gender ?? '') === 'F' ? 'Female' : 'Male' }}
Weight:{{ $user->patient->weight ?? '-' }}
Blood Type:{{ $user->patient->blood_type ?? '-' }}
{{--
Taking Medication:{{ $user->patient->on_medication ?? '-' }}
--}}
Taking Medication:{{ ($user->patient->on_medication ?? '') === 'Y' ? 'Yes' : 'No' }}
{{--

Address Edit ✎

--}} {{-- Edit ✎ --}}

Address Edit ✎

City: {{ $alamatParts[0] ?? '-' }}
Province: {{ $alamatParts[1] ?? '-' }}
Country: {{ $alamatParts[2] ?? '-' }}
Postal Code:{{ $user->patient->postal_code ?? '-' }}
Full Address:

{{ $user->patient->address2 ?? '-'}}