@php $postChunks = $posts->chunk(9); @endphp @if ($postChunks->isNotEmpty())
@foreach($postChunks as $posts) @endforeach
@endif