@{ ViewData["Title"] = "Lokasi Detail"; var statusColor = new Dictionary { { "Aman", "bg-primary/10 text-primary border-primary/20" }, { "Rentan", "bg-amber-100 text-amber-800 border-amber-200" }, { "Terancam", "bg-orange-100 text-orange-800 border-orange-200" }, { "Kritis", "bg-red-100 text-red-800 border-red-200" }, { "Dilindungi", "bg-emerald-100 text-emerald-800 border-emerald-200" } }; @model kehati.Models.HomeViewModel var flora = Model.FeaturedSpesies.Where(x => x.Type == "flora").ToList(); var fauna = Model.FeaturedSpesies.Where(x => x.Type == "fauna").ToList(); }
@Model.Location.Name
Semua lokasi

@Model.Location.Name

@Model.Location.Region @Model.Location.Area

@Model.Location.Description

@Model.Location.FloraCount
Flora
@Model.Location.FaunaCount
Fauna
@section Scripts{ }