diff --git a/Controllers/LaporanRwRwController.cs b/Controllers/LaporanRwRwController.cs index 35e4067..f28a595 100644 --- a/Controllers/LaporanRwRwController.cs +++ b/Controllers/LaporanRwRwController.cs @@ -10,6 +10,12 @@ namespace BpsRwApp.Controllers return View(); } + [HttpGet] + public IActionResult Create() + { + return View(); + } + [HttpGet] public IActionResult Table() { diff --git a/Views/LaporanRwRw/Create.cshtml b/Views/LaporanRwRw/Create.cshtml new file mode 100644 index 0000000..aed50d2 --- /dev/null +++ b/Views/LaporanRwRw/Create.cshtml @@ -0,0 +1,121 @@ +@{ + ViewData["Title"] = "Tambah Laporan RW "; +} + + + +
+ +

Tambah Laporan RW

+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+ +
+ + +

Ukuran file maksimal 600KB

+
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +

+ Lengkapi keterangan foto dalam kolom keterangan, tanggal, dan pelaksana kegiatan di atas. +

+ +
+ + + + + +
+ +
+ + +

Ukuran file maksimal 600KB

+
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +

+ Lengkapi keterangan foto dalam kolom keterangan, tanggal, dan pelaksana kegiatan di atas. +

+ +
+ +
+ + +
+ + Batalkan + + +
+ +
+
diff --git a/Views/LaporanRwRw/Index.cshtml b/Views/LaporanRwRw/Index.cshtml index 0d3bb67..b35fd73 100644 --- a/Views/LaporanRwRw/Index.cshtml +++ b/Views/LaporanRwRw/Index.cshtml @@ -13,8 +13,9 @@

Data Input Laporan RW

- - + add Tambah