{{-- Foto + Summary --}}
{{-- Foto avatar utama --}}
{{-- Nama & role user --}}
{{ Auth::user()->name ?? 'Mobileuxer' }}

Admin

{{-- Informasi user --}}

{{ Auth::user()->email }}

{{ Auth::user()->phone ?? 'N/A' }}

{{ Auth::user()->date_of_birth ?? 'N/A' }}

{{ Auth::user()->city ?? 'N/A' }}

{{-- Delete Account --}} @include('profile.partials.delete-user-form')
{{-- Profile Information --}} @include('profile.partials.update-profile-information-form') {{-- Update Password --}} @include('profile.partials.update-password-form') {{-- Passkey Registration (WebAuthn) --}} @if(get_setting('webauthn_enabled', false)) @include('profile.partials.passkey-registration-form') @endif