@if (Context.Session.GetString("role") != null) {
Персонал
Блюда
Склад
Заказы
Роль: @Context.Session.GetString("role")
Выйти
}
@RenderBody()