Updates, behind-the-scenes insights, and exclusive content.
@forelse($posts as $post)
{{ $post->created_at->format('M d, Y') }}
@if($post->visibility === 'everyone')
Public
@elseif($post->visibility === 'supporters')
Supporters Only
@else
Members Only
@endif