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