@if ($design)
@endif
推荐商品模块
@if ($tabs)
@foreach ($tabs as $products)
@foreach ($products as $product)
@include('shared.product')
@endforeach
@endforeach
@else
@for ($i = 0; $i < 2; $i++)
@for ($s = 0; $s < 8; $s++)
@include('shared.product') 商品
@endfor
@endfor
@endif