@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($info->recruit_switch == '1') @endif {{-- 热门资讯 --}} @if($focus_articles->toArray())
热门资讯
@endif {{-- 推荐资讯 --}} @if($recommend_articles->toArray())
toArray()) style="margin-top:0px;" @endif>
推荐资讯
@endif
@endsection @section('script') @endsection