@include('common.head')
@include('common.header')
@include('common.nav')

{{$info->title}}

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

{!! $info->content !!}
栏目分类
@foreach($category as $item) @endforeach
@include('common.footer')