@use('Carbon\Carbon')
@foreach ($posts as $post) @if ($post->hidden) @continue @endif
Post Thumbnail

{{ $post->title }}

{{ $post->description }}

@endforeach
{{ $posts->links() }}