@include('home.http.common.head')
@include('home.http.common.header')
@foreach ($list as $item)
@if ($item->logo)
@else
@endif
{{ $item->title }}
{{ $item->introduction }}
@endforeach
文章分类
@foreach ($category as $item) @if($item->id < 17)
{{ $item->name }}
@endif @endforeach
@include('home.http.common.footer')