{!! $forumPost->creator->renderSignature() !!}
@section('forums-post-text')
{!! $forumPost->renderText() !!}
@if ($forumPost->creator->signature)
{!! $forumPost->creator->renderSignature() !!}
@endif
@show
@if ($forumPost->updater_id and $forumPost->updated_at->diffInMinutes($forumPost->created_at) > 0)
{!! $forumPost->creator->renderSignature() !!}
{!! trans('forums::updated_at', [$forumPost->updated_at->dateTime()]) !!}
@endif