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

Ana Sayfa Önce Çıkanlar İşlemleri

Yeni Ekle
@if (Model == null || !Model.Any()) { } else { @foreach (var item in Model) { count++; } }
# Lokasyon Metrekare Fiyat Bilgisi Görsel İşlemler
Kayıt bulunamadı.
@count @item.Location @item.Sqm @item.PriceInfo Görsel Güncelle