diff --git a/Areas/Satpel/Controllers/DataNasabahController.cs b/Areas/Satpel/Controllers/DataNasabahController.cs new file mode 100644 index 0000000..aa3b8e6 --- /dev/null +++ b/Areas/Satpel/Controllers/DataNasabahController.cs @@ -0,0 +1,13 @@ +using Microsoft.AspNetCore.Mvc; + +namespace BankSampahApp.Areas.Satpel.Controllers +{ + [Area("Satpel")] + public class DataNasabahController : Controller + { + public IActionResult Index() + { + return View(); + } + } +} diff --git a/Areas/Satpel/Views/DataNasabah/Index.cshtml b/Areas/Satpel/Views/DataNasabah/Index.cshtml new file mode 100644 index 0000000..f60adda --- /dev/null +++ b/Areas/Satpel/Views/DataNasabah/Index.cshtml @@ -0,0 +1,179 @@ +@{ + ViewData["Title"] = "Data Nasabah"; +} + +
+
+ + Data Nasabah + +
+ +
+ +
+
+ +
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Nama NasabahKabupatenKecamatanKelurahanID BangunanJenis NasabahStatusAksi
1Andi PrabowoKota Adm Jakarta TimurCipayungKebon JerukBSU 4567890Perorangan +
+ Aktif +
+
+ + + + + + +
2Siti NurhalizaKota Adm Jakarta TimurMatramanPancoranBSU 7654321Organisasi +
+ Aktif +
+
+ + + + + + +
3Budi SantosoKota Adm Jakarta TimurKramat JatiKembanganBSU 1234567Perorangan +
+ Aktif +
+
+ + + + + + +
4Nina SariKota Adm Jakarta TimurPulogadungSenenBSU 9876543Perorangan +
+ Aktif +
+
+ + + + + + +
5Dewi LestasiKota Adm Jakarta TimurCakungKebayoran BaruBSU 3456789Perorangan +
+ Tidak Disetujui +
+
+ + + + + + +
6Rudi HartonoKota Adm Jakarta TimurJatinegaraMentengBSU 2345678Organisasi +
+ Tidak Disetujui +
+
+ + + + + + +
+
+ +
+
\ No newline at end of file diff --git a/Areas/Shared/Layouts/App/_Sidebar.cshtml b/Areas/Shared/Layouts/App/_Sidebar.cshtml index 925d7d9..04bbe5b 100644 --- a/Areas/Shared/Layouts/App/_Sidebar.cshtml +++ b/Areas/Shared/Layouts/App/_Sidebar.cshtml @@ -137,7 +137,7 @@
  • - + Data Nasabah