@extends('layout.app') @section('title', 'PJU | DIPANTAU') @section('content') @if ($errors->any())
@endif @if(session('success')) @endif
@php $no=1; @endphp @foreach($pjus as $row) @endforeach
No Kecamatan Desa/Kelurahan RT / RW PJU PJUTS Jumlah Titik Tahun Lokasi Aksi
{{ $no++ }} {{ \App\Models\Kecamatan::find($row->kecamatan)->nama_kecamatan ?? '-' }} {{ \App\Models\Desa::find($row->desa)->nama_desa ?? '-' }} RT {{ $row->rt }} / RW {{ $row->rw }} {{ $row->pju }} {{ $row->pjuts }} {{ $row->pju + $row->pjuts }} {{ $row->tahun }}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection