My Community Posts

New Post
@foreach ($posts as $post)

{{ $post->status }} {{ $post->is_hidden ? '/ Hidden' : '' }}

{{ $post->title }}

{{ $post->comments_count }} comments • {{ $post->likes_count }} likes

View Edit
@csrf @method('DELETE')
@include('community.partials.image-grid', ['images' => $post->images])
@endforeach
{{ $posts->links() }}