{{ $document->title }}

@auth Edit @endauth
@if($document->created_by) Created by {{ $document->creator->name }} @endif Updated {{ $document->updated_at->diffForHumans() }}
{!! $renderedContent !!}
@if(count($backlinks) > 0)

Linked References

@foreach($backlinks as $backlink)
{{ $backlink->title }}
@endforeach
@endif
Path: {{ $document->path }}
Last modified: {{ $document->updated_at->format('Y-m-d H:i:s') }}