@if(PostsHelper::shouldHidePostText($post))
@if(!count($post->attachments))
{{ __("Hidden text, subscription or unlock required.") }}
@endif
@else
{!! GenericHelper::parseSafeHTML($post->text) !!}
@endif
@if(getSetting('feed.enable_post_description_excerpts'))
@endif
@include('elements.feed.post-new-comment') @endif