{{ $document->title }}

{{ $document->type === 'global' ? '全局知识库' : '专用知识库' }}
@if($document->group)
{{ $document->group->name }}
@endif
{{ $document->uploader->name }}
{{ $document->created_at->format('Y年m月d日 H:i') }}
@if($document->description)

{{ $document->description }}

@endif
@if($markdownHtml) {!! $markdownHtml !!} @else
📄

Markdown 内容为空

该文档的 Markdown 内容尚未生成或为空

下载原始文档
@endif