diff --git a/Areas/Bsi/Controllers/DataOfftakerController.cs b/Areas/Bsi/Controllers/DataOfftakerController.cs new file mode 100644 index 0000000..b9bd696 --- /dev/null +++ b/Areas/Bsi/Controllers/DataOfftakerController.cs @@ -0,0 +1,13 @@ +using Microsoft.AspNetCore.Mvc; + +namespace BankSampahApp.Areas.Bsi.Controllers +{ + [Area("Bsi")] + public class DataOfftakerController : Controller + { + public IActionResult Index() + { + return View(); + } + } +} diff --git a/Areas/Bsi/Views/DataOfftaker/Index.cshtml b/Areas/Bsi/Views/DataOfftaker/Index.cshtml new file mode 100644 index 0000000..fea7d63 --- /dev/null +++ b/Areas/Bsi/Views/DataOfftaker/Index.cshtml @@ -0,0 +1,214 @@ +@{ + ViewData["Title"] = "Data Offtaker"; +} + +
| + | Nama Offtaker | +Kabupaten | +Kecamatan | +Status | +
|---|---|---|---|---|
| 1 | +Andi Prabowo | +Kota Adm Jakarta Timur | +Cipayung | +
+
+ Disetujui
+
+ |
+
| 2 | +Siti Nurhaliza | +Kota Adm Jakarta Timur | +Matraman | +
+
+ Disetujui
+
+ |
+
| 3 | +Budi Santoso | +Kota Adm Jakarta Timur | +Kramat Jati | +
+
+ Belum Disetujui
+
+ |
+
| 4 | +Nina Sari | +Kota Adm Jakarta Timur | +Pulogadung | +
+
+ Belum Disetujui
+
+ |
+
| 5 | +Dewi Lestasi | +Kota Adm Jakarta Timur | +Cakung | +
+
+ Tidak Disetujui
+
+ |
+
| 6 | +Rudi Hartono | +Kota Adm Jakarta Timur | +Jatinegara | +
+
+ Tidak Disetujui
+
+ |
+