+ @{
+ 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/FishFactoryClientApp/Views/Shared/_Layout.cshtml b/FishFactoryClientApp/Views/Shared/_Layout.cshtml
index ea4f793..8c830d4 100644
--- a/FishFactoryClientApp/Views/Shared/_Layout.cshtml
+++ b/FishFactoryClientApp/Views/Shared/_Layout.cshtml
@@ -26,6 +26,9 @@