@include('home.http.common.head')
@include('home.http.common.header')
@include('home.http.common.banner')
常见问题-使用技巧
@foreach ($data as $item) @if ( $item['product']->id == 12 || $item['product']->id == 13 || $item['product']->id == 17 || $item['product']->id == 18 || $item['product']->id > 18)
{{ $item['category']->name }}
查看全部
@foreach ($item['news'] as $key => $row) @endforeach
@endif @endforeach
@include('home.http.common.footer')