@if ($post->settings['show_image'] && $post->image)
@endif
{!! $post->content !!}
@if ($post->getExtraFieldByAlias('translations'))
Translations: {{ $post->getExtraFieldByAlias('translations') }}
@endif
@if ($post->settings['show_categories'] && count($post->categories))
@endforeach
@endif
@if ($post->settings['allow_comments'])
@include('themes.books.partials.post.comments')
@endif