@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')
{{-- 顶部广告图片--}} {{-- @if($top_ads->toArray()) @foreach($top_ads as $k=>$ad)
{!! $ad->html !!}
@endforeach @endif --}}
@if($categorys) @foreach($categorys as $k=>$v) {{$v->category_name}} @endforeach @endif
@if($key) @else
@endif
@if($articles->total()) @foreach($articles as $k=>$v)
@endforeach {{ $articles->links('module.widgets.pagination') }} @else
对不起,暂无相关资讯!
@endif
{{-- 省级政策 --}} @if($focus_articles->toArray())
省级政策
@endif {{-- 市级政策 --}} @if($recommend_articles->toArray())
市级政策
@endif
{{-- 页脚 --}} {{--@include('module.section.content_footer')--}} @endsection @section('script') @endsection