@use('Carbon\Carbon')
@foreach ($posts as $post) @if ($post->hidden) @continue @endif @endforeach
{{ $posts->links() }}