diff --git a/Bank/BankManagersClientApp/Views/Home/TransferCreate.cshtml b/Bank/BankManagersClientApp/Views/Home/TransferCreate.cshtml
index 7c1d7a2..0f16928 100644
--- a/Bank/BankManagersClientApp/Views/Home/TransferCreate.cshtml
+++ b/Bank/BankManagersClientApp/Views/Home/TransferCreate.cshtml
@@ -14,13 +14,15 @@
diff --git a/Bank/BankManagersClientApp/Views/Home/WithdrawalCreate.cshtml b/Bank/BankManagersClientApp/Views/Home/WithdrawalCreate.cshtml
index e1dd794..20eeb29 100644
--- a/Bank/BankManagersClientApp/Views/Home/WithdrawalCreate.cshtml
+++ b/Bank/BankManagersClientApp/Views/Home/WithdrawalCreate.cshtml
@@ -1,5 +1,43 @@
-@*
- For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
-*@
-@{
+@{
+ ViewData["Title"] = "WithdrawalCreate";
}
+
+
Создание выдач наличных
+
+