Customer Management
Detail Customer
{{-- Foto Profil --}}
@if (!empty($customer->profile_picture)) {{-- Tampilkan foto profil jika ada --}}
@else
{{-- Tampilkan gambar default jika tidak ada --}}
{{-- Informasi Dasar --}}
{{-- Foto KTP --}}
@if (!empty($customer->ktp_photo))
@else
{{-- Foto NPWP --}}
@if (!empty($customer->npwp_photo))
@else
@if (!empty($customer->profile_picture)) {{-- Tampilkan foto profil jika ada --}}
No profile photo
@endif@if (!empty($customer->ktp_photo))
Belum ada foto KTP
@endif@if (!empty($customer->npwp_photo))
Belum ada foto NPWP
@endif
Back
@if($customer->status == 'pending')
@endif