{!! Form::open( ['route' => ['admin.prodeskel.report.cari'], 'method' => 'get', 'class' => 'form-horizontal']) !!}
{!! Form::close() !!}
Data Responden Daftar Isian Keluarga (Total data: {{ $institusis->total() }})
@php $no = 1; @endphp @foreach($institusis as $institusi) @endforeach
Nomor KK Nomor NIK Nomor KK Alamat Petugas Tanggal NIK Anggota Aksi
{!! $institusi->nomor_kk !!} {!! $institusi->nik_kk !!} {!! $institusi->nama_kk !!} {!! $institusi->alamat !!} {!! 'Nama. ' . $institusi->user->nama !!} {!! '
Pekerjaan. ' . $institusi->user->pekerjaan ?? '-' !!} {!! '
Jabatan. ' . $institusi->user->jabatan ?? '-' !!}
{!! $institusi->created_at !!} @foreach($institusi->prodeskelAnggotaResponden as $anggota) {!! $anggota->nomor_nik !!} : {!! $anggota->nama_anggota !!}
@endforeach
{!! Form::open(['route' => ['admin.prodeskel.destroy', $institusi->id], 'method' => 'delete']) !!}
Detail Cetak PDF {!! Form::button('Hapus', ['type' => 'submit', 'class' => 'btn-white btn btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}
{{ $institusis->links() }}