diff --git a/Controllers/Main/DashboardController.cs b/Controllers/Main/DashboardController.cs index 1a1ef63..c0952a1 100644 --- a/Controllers/Main/DashboardController.cs +++ b/Controllers/Main/DashboardController.cs @@ -15,6 +15,11 @@ namespace BankSampahApp.Controllers.Main return View("~/Views/Main/Dashboard/Nasabah.cshtml"); } + public IActionResult Bsu() + { + return View("~/Views/Main/Dashboard/Bsu.cshtml"); + } + [HttpGet] public IActionResult Table(){ var data = new[] diff --git a/Views/Main/Dashboard/Bsu.cshtml b/Views/Main/Dashboard/Bsu.cshtml new file mode 100644 index 0000000..bd6c455 --- /dev/null +++ b/Views/Main/Dashboard/Bsu.cshtml @@ -0,0 +1,210 @@ +@{ + ViewData["Title"] = "Dashboard BSU"; +} + +
+
+ Dashboard BSU +
+
+ +
+ +
+
+ Selamat Datang + BSU Jakarta Timur +
+
+ +
+ +
+
+
+
Total Sampah BSU
+
5,812 Kg
+
+ + + 40% + + vs bulan kemarin +
+
+
+
+
+
Total Sampah BSU
+
5,812 Kg
+
+ + + 40% + + vs bulan kemarin +
+
+
+
+
+
Total Sampah Offtaker
+
89.4 Kg
+
+ + + 40% + + vs bulan kemarin +
+
+
+
+ +
+ +
+
+
+
+
+ + Sampah Daur Ulang Terkelola (Kg) + +
+ +
+ +
+
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+ + + + + + + + + + + +
NoKategori SampahTotal Berat Sampah(Kg)
+
+
+
+ + + +@section Scripts { + + +} \ No newline at end of file diff --git a/Views/Shared/_SidebarUnified.cshtml b/Views/Shared/_SidebarUnified.cshtml index 50b0023..776d974 100644 --- a/Views/Shared/_SidebarUnified.cshtml +++ b/Views/Shared/_SidebarUnified.cshtml @@ -34,6 +34,14 @@ + +
  • + + + Dashboard BSU + +
  • +