@extends('layouts.adminlte') @section('title', 'Pengaturan Akun') @section('content_header')

Pengaturan Akun

Kelola informasi profil dan keamanan akun Anda.

Dashboard
@stop @section('content')
{{-- KOLOM KIRI (2/3): Update Info & Password --}}
{{-- 1. Update Profile Information --}}
@include('profile.partials.update-profile-information-form')
{{-- 2. Update Password --}}
@include('profile.partials.update-password-form')
{{-- KOLOM KANAN (1/3): Info & Deletion --}}
{{-- Info Card --}}

Keamanan Akun

Gunakan password yang kuat (kombinasi huruf, angka, simbol) untuk melindungi data pribadi dan anak Anda.

Min. 8 Karakter
Kombinasi Unik
{{-- Delete Account (Discreet) --}}

Zona Bahaya

@include('profile.partials.delete-user-form')
@stop