@if ($post->layoutItems()->exists())
@include('themes.starter.pages.'.$post->page)
@else
@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))