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

Ana Sayfa Hakkımızda İşlemleri

@if (Model == null || !Model.Any()) { } else { @foreach (var item in Model) { count++; } }
# Başlık Alt Başlık Durumu İşlemler
Kayıt bulunamadı.
@count @item.Title @item.SubTitle @(item.IsActive ? "Aktif" : "Pasif") Güncelle Aktif Pasif