{{ $posts->count() }}
Total Posts
{{ $posts->pluck('author_name')->unique()->count() }}
Contributors
{{ $posts->where('created_at', '>=', now()->subDays(7))->count() }}
This Week
{{ $board->is_public ? 'Public' : 'Private' }}
Visibility
{{ $board->description }}
{{ $post->author_name ?? 'Anonymous' }}
{{ $post->created_at->diffForHumans() }}
{{ $post->content }}
@if($post->url) @endif{{ $post->author_name ?? 'Anonymous' }}
{{ $post->created_at->diffForHumans() }}
{{ $post->content }}
@if($post->url) @endifBe the first to share something on this board!