@php $container = isset($use_container) && $use_container ? 'container container-max' : ''; $header = isset($use_header) && $use_header; if(isset($block_class)) $container .= ' ' . $block_class; $seemore = isset($seemore) && $seemore?$seemore:''; $seemore_text = isset($seemore_text) && $seemore_text?$seemore_text:'Xem thêm'; @endphp
@if ($header)

{{$title??'Danh sách sản phẩm'}}

@if ($seemore) @endif
@endif
@foreach ($products as $product)
@include($_template.'products.grid-item', [ 'product' => $product, 'item_class' => $item_class??'', 'use_thubnail_slide' => $use_thubnail_slide??false, 'thumbnail_class' => $slide_thumbnail_class??null ])
@endforeach
@if ($seemore)
{{$seemore_text}}
@endif