diff --git a/Controllers/InformasiKontakController.cs b/Controllers/InformasiKontakController.cs new file mode 100644 index 0000000..a20e672 --- /dev/null +++ b/Controllers/InformasiKontakController.cs @@ -0,0 +1,18 @@ +using Microsoft.AspNetCore.Mvc; + +namespace BpsRwApp.Controllers +{ + [Route("[controller]/[action]")] + public class InformasiKontakController : AppControllerBase + { + public IActionResult Index() + { + return View(); + } + + public IActionResult Edit() + { + return View(); + } + } +} \ No newline at end of file diff --git a/Views/InformasiKontak/Edit.cshtml b/Views/InformasiKontak/Edit.cshtml new file mode 100644 index 0000000..29b9a79 --- /dev/null +++ b/Views/InformasiKontak/Edit.cshtml @@ -0,0 +1,105 @@ +@{ + ViewData["Title"] = "Ubah Informasi Kontak"; +} + + + + +

Ubah Informasi Kontak

+ +
+
+
+ +
+ + +
+ + +
+ + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+
+
+
\ No newline at end of file diff --git a/Views/InformasiKontak/Index.cshtml b/Views/InformasiKontak/Index.cshtml new file mode 100644 index 0000000..19c0065 --- /dev/null +++ b/Views/InformasiKontak/Index.cshtml @@ -0,0 +1,94 @@ +@{ + ViewData["Title"] = "Informasi Kontak"; +} + + + + + + +
+

Informasi Kontak

+ + edit + Edit + +
+ + +
+
+ +
+ +

BPS-RW Mawar Indah

+
+ + +
+ +

Jl. Medan-Ungu No. 12, Jakarta

+
+ + +
+ +

bps.mawarindah@dlhpbps.go.id

+
+ + +
+ +

021-567-8910

+
+ + +
+ +

Senin - Jumat, 08.00 - 16.00

+
+ + +
+ +

Lorem ipsum

+
+
+
+ + \ No newline at end of file diff --git a/Views/Shared/Layouts/App/_Sidebar.cshtml b/Views/Shared/Layouts/App/_Sidebar.cshtml index 2b1b8cd..5e65168 100644 --- a/Views/Shared/Layouts/App/_Sidebar.cshtml +++ b/Views/Shared/Layouts/App/_Sidebar.cshtml @@ -283,6 +283,13 @@ Tentang Rumah Memilah +
  • + + call + Informasi Kontak + +