@using ConstructorApp.EntityLayer.Entities @model List @{ ViewData["Title"] = "Index"; Layout = "~/Views/AdminLayout/Index.cshtml"; int count = 0; }

Müşterilerden Gelenler İşlemleri

Yeni Ekle
@foreach (var item in Model) { count++; }
# Adı Soyadı Ünvanı Yorum Görsel Durumu İşlemler
@count @item.Name @item.Title @item.Comment Görsel @(item.Status == TestimonialStatus.Confirmed ? "Gösterimde" : item.Status == TestimonialStatus.Cancelled ? "Gösterimden Kaldırıldı" : "Onay Bekliyor") Güncelle Onay Pasif