@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'))
{{__('Show more')}} {{__('Show less')}}
@endif