@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['category']->name }}
查看全部
@foreach ($item['news'] as $key => $row)
{{ $key + 1 }}、{{ $row->title }}
@endforeach
@endif @endforeach
@include('home.http.common.footer')