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