@extends('themes.default.layout.master') @section("site_ayar_seo_title",$productCategories->seo_title) @section("site_ayar_seo_keywords",$productCategories->seo_keywords) @section("site_ayar_seo_description",$productCategories->seo_description) @section('content')
@if($uiThemeSettings["product_category_list_show_status"]==="goster") @if(count($categoryList) > 0)
@endif @endif
0) col-lg-9 col-md-8 @else col-lg-12 col-md-12 @endif @else col-lg-12 col-md-12 @endif m-b30">
@foreach($productList as $product)
@if($product["image_full"]!==null)
$product['slug']])}}">
{{$product[
@endif
@if($product["brand_title"]!==null) @endif

$product['slug']])}}">{{$product["title"]}}

@endforeach
@endsection @section('ui.javascript') @endsection