@include('common.head')
@include('common.header')
{{ $info->title }}
发布日期:{{ date('Y-m-d H:i', $info->created_at) }}
{!! $info->content !!}
栏目分类
@foreach ($category as $item)
{{ $item->name }}
@endforeach
@include('common.footer')