diff --git a/Controllers/LaporanRwController.cs b/Controllers/LaporanRwController.cs new file mode 100644 index 0000000..eb0de81 --- /dev/null +++ b/Controllers/LaporanRwController.cs @@ -0,0 +1,14 @@ +using Microsoft.AspNetCore.Mvc; + +namespace MyApp.Namespace +{ + public class LaporanRwController : Controller + { + // GET: LaporanRwController + public ActionResult Index() + { + return View(); + } + + } +} diff --git a/Views/LaporanRw/Index.cshtml b/Views/LaporanRw/Index.cshtml new file mode 100644 index 0000000..e741272 --- /dev/null +++ b/Views/LaporanRw/Index.cshtml @@ -0,0 +1,254 @@ +@{ + Layout = "_LayoutApp"; + ViewData["Title"] = "Laporan RW"; + ViewData["LaporanRwActive"] = "menu-active"; +} + +
+ + +| No | +Kelurahan | +RW | +Bulan | +Rumah Aktif Memilah | +Status | +Aksi | +
|---|---|---|---|---|---|---|
| 1 | +Kebon Jeruk | +03 | +September | +104 | +
+
+ Belum Verifikasi
+
+ |
+ + + | +
| 2 | +Pancoran | +01 | +April | +67 | +
+
+ Belum Verifikasi
+
+ |
+ + + | +
| 3 | +Kembangan | +02 | +Maret | +110 | +
+
+ Belum Verifikasi
+
+ |
+ + + | +
| 4 | +Senen | +04 | +Februari | +88 | +
+
+ Verifikasi Sudin
+
+ |
+ + + | +
| 5 | +Kebayoran Baru | +05 | +Oktober | +90 | +
+
+ Verifikasi Sudin
+
+ |
+ + + | +
| 6 | +Menteng | +06 | +Agustus | +72 | +
+
+ Verifikasi Sudin
+
+ |
+ + + | +
| 7 | +Cilandak | +07 | +Juli | +81 | +
+
+ Verifikasi Sudin
+
+ |
+ + + | +
| 8 | +Cakung | +08 | +Januari | +65 | +
+
+ Verifikasi Sudin
+
+ |
+ + + | +