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