@extends('layouts.app') @section('title', 'Kelola DTSEN') @section('content')

Kelola Data DTSEN

{{-- FILTER --}}
{{-- TABEL --}}
@forelse($data as $index => $row) @empty @endforelse
No Nama NIK No. KK Hubungan Desil PBI-JK PKH SEMBAKO Aksi
{{ $data->firstItem() + $index }} {{ $row->nama }} {{ $row->nik_masked }} {{ $row->nomor_kk }} {{ $row->hubungan_keluarga }} {{ $row->desil }} {{ $row->pbi_jk }} {{ $row->bansos_pkh }} {{ $row->bansos_sembako }} Detail
Data tidak ditemukan
{{ $data->links() }}
@endsection