@include('home.http.common.head')
@include('home.http.common.header')

{{ $info->title }}

发布日期:{{ date('Y-m-d H:i', $info->created_at) }}

{!! $info->content !!}
文章分类
@foreach ($category as $item) @if($item->id < 17) @endif @endforeach
@include('home.http.common.footer')