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