diff --git a/Areas/Bsi/Controllers/ProfilController.cs b/Areas/Bsi/Controllers/ProfilController.cs new file mode 100644 index 0000000..f6439e6 --- /dev/null +++ b/Areas/Bsi/Controllers/ProfilController.cs @@ -0,0 +1,18 @@ +using Microsoft.AspNetCore.Mvc; + +namespace BankSampahApp.Areas.Bsi.Controllers +{ + [Area("Bsi")] + public class ProfilController : Controller + { + public IActionResult Index() + { + return View(); + } + + public IActionResult Edit(int id) + { + return View(); + } + } +} diff --git a/Areas/Bsi/Views/Profil/Edit.cshtml b/Areas/Bsi/Views/Profil/Edit.cshtml new file mode 100644 index 0000000..dbf9b18 --- /dev/null +++ b/Areas/Bsi/Views/Profil/Edit.cshtml @@ -0,0 +1,323 @@ +@{ + ViewData["Title"] = "Profil Bank Sampah"; +} + +
 +
+        Bank Sampah Induk
+ +
+        Bank Sampah Induk
+