@extends('module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush {{--@include('module.section.header_min')--}} {{--@include('module.section.content_header')--}} @section('content')
{{$info->title}}
{{--@if($info->author)--}} {{--作者:{{$info->author}}--}} {{--@endif--}} @if($info->source) 来源:{{$info->source}} @endif 日期:{{change_datetime_format($info->created_at, 'Y-m-d')}} 浏览 {{$info->click}}
{!! $info->content !!}
{{-- 菜单 --}}
{{-- 省级政策 --}} @if($focus_articles->toArray())
省级政策
@endif {{-- 市级政策 --}} @if($recommend_articles->toArray())
toArray()) style="margin-top:0px;" @endif>
市级政策
@endif
@endsection @section('script') @endsection