{{-- profile basic --}}
{{-- Poto profile --}}
avatar
{{ $penduduk->nama }}
@if ($user->username)

{{ '@' . $user->username }}

@endif
{{-- riwayat kepengurusan --}} @php $kepengurusans = $penduduk->profileKepengurusans(); @endphp @if ($kepengurusans)
Riwayat Kepengurusan:
@foreach ($kepengurusans as $kepengurusan)

{{ $kepengurusan }}

@endforeach
@endif {{-- nomor_ktp --}}
@if (config('app.user_input_nomor_ktp')) @else

{{ $user->nomor_ktp }}

@endif
{{-- nomor_kk --}}
@if (config('app.user_input_nomor_kk')) @else

{{ $penduduk->nomor_kk }}

@endif

{{-- form profile --}}