Pengaturan Profil

@if(session('success'))
✅ {{ session('success') }}
@endif @if($errors->any())

Terjadi Kesalahan:

@endif
@csrf @method('PUT')

Data Pribadi

Dokumen & Foto

@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)
@if($student->$field)

Berkas Tersimpan

@endif
@endforeach
🔐

Ganti Password

@csrf @method('PUT')