diff --git a/Controllers/DataOfftakerController.cs b/Controllers/DataOfftakerController.cs new file mode 100644 index 0000000..842c9ac --- /dev/null +++ b/Controllers/DataOfftakerController.cs @@ -0,0 +1,12 @@ +using Microsoft.AspNetCore.Mvc; + +namespace BankSampahApp.Controllers +{ + public class DataOfftakerController : Controller + { + public IActionResult Index() + { + return View(); + } + } +} diff --git a/Views/DataOfftaker/Index.cshtml b/Views/DataOfftaker/Index.cshtml new file mode 100644 index 0000000..30d31e0 --- /dev/null +++ b/Views/DataOfftaker/Index.cshtml @@ -0,0 +1,186 @@ +@{ + Layout = "_LayoutApp"; + ViewData["Title"] = "Data Offtaker"; + ViewData["DataOfftakerActive"] = "menu-active"; +} + +
+
+ + Data Offtaker + +
+ +
+ + +
+
+ + + + + + + +
+ +
+
+ @await Html.PartialAsync("Components/Table/_Control") +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Nama OfftakerKabupatenKecamatanStatusAksi
1Andi PrabowoKota Adm Jakarta TimurCipayung +
+ Disetujui +
+
+ + + + + + +
2Siti NurhalizaKota Adm Jakarta TimurMatraman +
+ Disetujui +
+
+ + + + + + +
3Budi SantosoKota Adm Jakarta TimurKramat Jati +
+ Disetujui +
+
+ + + + + + +
4Nina SariKota Adm Jakarta TimurPulogadung +
+ Disetujui +
+
+ + + + + + +
5Dewi LestasiKota Adm Jakarta TimurCakung +
+ Belum Disetujui +
+
+ + + + + + +
6Rudi HartonoKota Adm Jakarta TimurJatinegara +
+ Belum Disetujui +
+
+ + + + + + +
+
+ @await Html.PartialAsync("Components/Table/_Pagination") +
+
\ No newline at end of file diff --git a/Views/Shared/_Sidebar.cshtml b/Views/Shared/_Sidebar.cshtml index 7eda53a..d84aea6 100644 --- a/Views/Shared/_Sidebar.cshtml +++ b/Views/Shared/_Sidebar.cshtml @@ -32,7 +32,7 @@
  • - + Data Offtaker