@if ($category->settings['show_post_image'] && $post->image)
@endif
@if ($category->settings['show_post_excerpt'])
{!! $post->excerpt !!}
@else
{!! $post->content !!}
@endif
@if ($post->getExtraFieldByAlias('translations'))
Translations: {{ $post->getExtraFieldByAlias('translations') }}
@endif
@if ($category->settings['show_post_categories'])