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

Ana Sayfa Çalışma Şeklimiz İşlemleri

@if (Model == null || !Model.Any()) { } else { @foreach (var item in Model) { count++; } }
# Kısa Açıklama Başlık Uzun Açıklama Görsel İşlemler
Kayıt bulunamadı.
@count @item.Info @item.Title @item.SubTitle Görsel @(item.IsActive ? "Aktif" : "Pasif") Güncelle Aktif Pasif