title = "Ürün Grupları"
url = "/urun-gruplari"
layout = "master"
is_hidden = 0
contentType = "html"
force_show = 0
[viewBag]
localeUrl[en] = "/product-groups"
==
where("status", 1)->where("lang", $lang)->where("parent", 0)->orderBy("id", "asc")->get();
$this->page->turkishlink = "/tr/urun-gruplari";
$this->page->englishlink = "/en/product-groups";
if($this['getlang'] == 'en'){
$this->page->meta_title = "Product Groups - Villa Yapı Prefabrik";
$this->page->meta_description = "Villa Yapı's high-quality product groups specially developed for your needs: Prefabricated buildings, containers, metropolitan containers, steel structures
";
$this->page->canonical = "https://villayapi.com/en/product-groups/";
}else{
$this->page->meta_title = "Ürün Grupları - Villa Yapı Prefabrik";
$this->page->meta_description = "Villa Yapı'nın ihtiyaçlarınıza özel geliştirdiği yüksek kaliteli ürün grupları: Prefabrik yapılar, konteynerler, metropol konteynerler, çelik yapılar";
$this->page->canonical = "https://villayapi.com/tr/urun-gruplari/";
}
}
?>
==
{% for item in items %}
{% endfor %}