+ @{
+ if (Model == null)
+ {
+
Авторизируйтесь
+ return;
+ }
+
+
+
+
+ Дата письма
+ |
+
+ Заголовок
+ |
+
+ Текст
+ |
+
+
+
+ @foreach (var Item in Model)
+ {
+
+
+ @Html.DisplayFor(ModelItem => Item.DateDelivery)
+ |
+
+ @Html.DisplayFor(ModelItem => Item.Subject)
+ |
+
+ @Html.DisplayFor(ModelItem => Item.Body)
+ |
+
+ }
+
+
+ }
+
\ No newline at end of file
diff --git a/FlowerShop/FlowerShopClientApp/Views/Shared/_Layout.cshtml b/FlowerShop/FlowerShopClientApp/Views/Shared/_Layout.cshtml
index 621b0a9..b338d91 100644
--- a/FlowerShop/FlowerShopClientApp/Views/Shared/_Layout.cshtml
+++ b/FlowerShop/FlowerShopClientApp/Views/Shared/_Layout.cshtml
@@ -26,6 +26,9 @@