diff --git a/BeautySalonView/ClientWebApp/Views/Home/Evaluation.cshtml b/BeautySalonView/ClientWebApp/Views/Home/Evaluation.cshtml
new file mode 100644
index 0000000..01893b1
--- /dev/null
+++ b/BeautySalonView/ClientWebApp/Views/Home/Evaluation.cshtml
@@ -0,0 +1,44 @@
+@using BeautySalonContracts.ViewModels
+
+@{
+ ViewData["Title"] = "Оценки";
+}
+
+
+ @{
+ if (Model == null)
+ {
+
Авторизируйтесь
+ return;
+ }
+
+
+ Создать заказ
+
+
+
+
+
+ Номер
+ |
+
+ Дата создания
+ |
+
+ Цена
+ |
+
+
+
+ @foreach (var item in Model)
+ {
+
+ }
+
+
+ }
+
\ No newline at end of file
diff --git a/BeautySalonView/ClientWebApp/Views/Home/Order.cshtml b/BeautySalonView/ClientWebApp/Views/Home/Order.cshtml
new file mode 100644
index 0000000..e601dbc
--- /dev/null
+++ b/BeautySalonView/ClientWebApp/Views/Home/Order.cshtml
@@ -0,0 +1,44 @@
+@using BeautySalonContracts.ViewModels
+
+@{
+ ViewData["Title"] = "Заказы";
+}
+
+