@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))