{{ $post->title }} | {{ $creator->display_name }}
Back to all posts

{{ $creator->display_name }}

{{ $post->created_at->format('M d, Y') }}

@if($post->visibility === 'everyone') Public @else Locked @endif

{{ $post->title }}

@if($hasAccess) @if($post->media_url)
@if($post->media_type === 'image') @endif
@endif
{{ $post->content }}
@else

This post is locked for supporters

Support {{ $creator->display_name }} by buying a {{ $creator->drink_unit_name }} or joining a membership tier to instantly unlock this exclusive content!

Unlock Post Now
@endif