Pengaturan Profil
@if(session('success'))
✅ {{ session('success') }}
@endif @if($errors->any())
Terjadi Kesalahan:
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Data Pribadi
Nama Lengkap
WhatsApp Wali
Alamat Lengkap
{{ old('alamat', $student->alamat) }}
Dokumen & Foto
Pas Foto Pemain (JPG/PNG)
@if($student->foto && file_exists(public_path('uploads/documents/' . $student->nis . '/' . $student->foto)))
@else
👤
@endif
@if($student->foto)
✓ Foto sudah terunggah
@endif
@php $docs = [ 'file_kk' => 'Kartu Keluarga', 'file_akta' => 'Akta Kelahiran', 'file_raport' => 'Raport', 'file_nisn' => 'Kartu NISN' ]; @endphp @foreach($docs as $field => $label)
{{ $label }} (JPG/PDF)
@if($student->$field)
✅
Berkas Tersimpan
@endif
@endforeach
Simpan Perubahan Berkas
🔐
Ganti Password
@csrf @method('PUT')
Password Saat Ini
Password Baru
Konfirmasi Password Baru
Perbarui Password