@php $preview = AttachmentHelper::getPostPreviewData($post); @endphp
@if($preview['attachmentExists'] && $preview['hasBlurred'] && $post->price > 0) @include('elements.feed.locked-post-actions') @endif
@if((!$preview['hasBlurred'] && $preview['attachmentExists'] && $post->price > 0) || (!$preview['attachmentExists'] && $post->price > 0)) @include('elements.feed.locked-post-actions') @endif