@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)
{{ $item->name }}
@endforeach
@include('home.http.common.footer')