@extends('home') @section('title'){{$title}}@endsection @section('content')
{{$title}}
{{$author}} @if(empty($project->modify_time)=== false) 最后更新时间 {!! date('Y年m月d日',strtotime($project->modify_time)) !!} @elseif(empty($project->create_time) === false) 最后更新时间 {!! date('Y年m月d日',strtotime($project->create_time)) !!} @endif
@if(empty($first_document)) 暂未发布文档 @else 阅读 @endif
概要 目录 @if(empty($records) === false) 更新记录 @endif
{{$body}}
{!! $tree !!}
@if(empty($records) === false)
@endif
@endsection @section('modelDialog') @endsection @section('scripts') @endsection