@php $posts ??= []; $totalPosts ??= 0; @endphp @if (!empty($posts) && $totalPosts > 0) @foreach($posts as $key => $post)