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 "; +} + +
+ +