@extends('master') @section('title', 'Permukiman Kumuh') @section('style') @endsection @section('header-konten') @endsection @section('konten')
Data Permukiman Kumuh
@php $tambah = explode(',', Auth::user()->role->tambah); $baca = explode(',', Auth::user()->role->baca); $ubah = explode(',', Auth::user()->role->ubah); $hapus = explode(',', Auth::user()->role->hapus); @endphp
@if (in_array('23', $baca) || in_array('22', $ubah) || in_array('22', $hapus)) @endif @foreach ($kumuh as $k) @if (in_array('23', $baca) || in_array('22', $ubah) || in_array('22', $hapus)) @endif @endforeach
No Kepala Keluarga Alamat RT/RW Desa KecamatanAksi
{{ ($kumuh->currentPage() - 1) * $kumuh->perPage() + $loop->iteration }} {{ $k->permukiman->kepala_keluarga ?? '-' }} {{ $k->permukiman->alamat ?? '-' }} {{ $k->rt ?? '-' }}/{{ $k->rw ?? '-' }} {{ $k->desa ?? '-' }} {{ $k->kecamatan ?? '-' }}
{{ $kumuh->appends(['kecamatan' => request()->kecamatan])->links() }}
Pilih wilayah yang ingin dicetak
@endsection @section('modal') @endsection @section('script') @include('my_components.alertToast') @endsection