@extends('themes.default.layout.master') @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