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