Rumpun @foreach($majelis as $item) @if ($anggota['IDMAJELIS'] == $item['IDMAJELIS']) {{ $item['NAMAMAJELIS'] }} @endif @endforeach

Tanggal Registrasi {{ date('d/m/Y', strtotime($anggota['TGLREGIS'])) }}

Nama {{ trim($anggota['NAMA']) }}

Kelompok {{ trim($anggota['KELOMP']) }}

No. Urut {{ trim($anggota['NOURUT']) }}

Petugas @foreach($petugas as $item) @if ($anggota['IDPETUGAS'] == $item['IDPETUGAS']) {{ $item['NAMAPETUGAS'] }} @endif @endforeach

Nama Ibu {{ trim($anggota['NAMAIBU']) }}

Tempat Lahir {{ trim($anggota['TMPLAHIR']) }}

Tanggal Lahir {{ date('d/m/Y', strtotime($anggota['TGLAHIR'])) }}

Jenis Kelamin @if ($anggota['JENKEL'] == "L") LAKI-LAKI @endif @if ($anggota['JENKEL'] == "P") PEREMPUAN @endif

Status Nikah @foreach($status_nikah as $item) @if ((int) $anggota['STNIKAH'] == (int) $item['KODE']) {{ $item['KETERA'] }} @endif @endforeach

Pendidikan @foreach($pendidikan as $item) @if ((int) $anggota['PENDDK'] == (int) $item['KODE']) {{ $item['KETERA'] }} @endif @endforeach

Jenis Pekerjaan @foreach($pekerjaan as $item) @if ((int) $anggota['PEKERJ'] == (int) $item['KODE']) {{ $item['KETERA'] }} @endif @endforeach

Alamat {{ trim($anggota['ALAMT1']) }}

Alamat 2 {{ trim($anggota['ALAMT2']) }}

Rt {{ trim($anggota['RT']) }}

Rw {{ trim($anggota['RW']) }}

No. Telp {{ trim($anggota['NOTELP']) }}

Agama @foreach($agama as $item) @if ((int) $anggota['AGAMA'] == (int) $item['KODE']) {{ $item['KETERA'] }} @endif @endforeach

No. Identitas {{ trim($anggota['NOMOID']) }}

Jenis Identitas @foreach($identitas as $item) @if ((int) $anggota['JENISID'] == (int) $item['KODE']) {{ $item['KETERA'] }} @endif @endforeach

{{ strtoupper("Kembali") }} {{ strtoupper("Ubah") }}