@php $no = 1; @endphp @foreach($institusis as $institusi) @endforeach
# Nomor KK Nomor NIK Nama KK Alamat Petugas Tanggal Aksi
{!! $no++ !!} {!! $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 !!} {!! 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() !!}