{{ $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 ?? '-'}}
Change Password
{{--Change Email
For security reasons, we will verify your mobile number first via OTP.
Change Phone Number
Please ensure that the new telephone number is an active number, so that we can contact you for appointment information and other services.
{{--
Check Account Activity
@forelse ($logs as $log)
@php
$judul = $log->action === 'login_success' ? 'Log In' : 'Login Attempt';
$hasil = $log->action === 'login_success' ? 'Verification success' : 'Verification failed';
$waktu = \Carbon\Carbon::parse($log->timestamp)->format('d-m-Y H:i');
$device = trim(($log->device ? $log->device.' ' : '').($log->platform ?? '')) ?: 'Unknown';
$lokasi = trim(($log->geo_city ? $log->geo_city.', ' : '').($log->geo_country ?? 'Unknown'));
$metode = $log->action === 'login_success'
? (\Illuminate\Support\Str::contains(($log->user_agent ?? ''), 'Google') ? 'Google' : 'Password')
: ($log->failure_type ?? 'Others');
$appName = config('app.name', 'Aplikasi');
@endphp
@empty
{{ $judul }}
Results: {{ $hasil }}
Application: {{ $appName }}
Time: {{ $waktu }}
Device: {{ $device }}
Location: {{ $lokasi }}
Metode Log In: {{ $metode }}
Belum ada aktivitas login.
@endforelse {{-- @if(method_exists($logs, 'links'))
{{ $logs->links() }}
@endif --}}
Delete Account
Warning: This is irreversible. Your data will be removed permanently.