@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 !!}
{{-- 菜单 --}}
@endsection @section('script') @endsection