@extends('layout.app') @section('title', 'Beranda PJU | DIPANTAU') @section('content') @if ($errors->any())
| No | Kecamatan | Desa/Kelurahan | RT / RW | PJU | PJUTS | Jumlah Titik | Tahun | Lokasi |
|---|---|---|---|---|---|---|---|---|
| {{ $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 }} |