@extends('layout.main') @section('content')
Edit Profile
@csrf
Informasi Akun

Lokasi & Alamat

Dokumen Pribadi
*Biarkan field upload kosong jika tidak ingin mengubah dokumen lama.
@php $hasKtp = !empty($profile->path_ktp); $isKtpPdf = $hasKtp && strtolower(pathinfo($profile->path_ktp, PATHINFO_EXTENSION)) === 'pdf'; @endphp
Preview KTP
Dokumen PDF (Tersimpan)
@php $hasKk = !empty($profile->path_kk); $isKkPdf = $hasKk && strtolower(pathinfo($profile->path_kk, PATHINFO_EXTENSION)) === 'pdf'; @endphp
Preview KK
Dokumen PDF (Tersimpan)
Batal
@endsection @push('scripts') @endpush