@php $posts ??= []; $totalPosts ??= 0; $city ??= null; $cat ??= null; $colDescBox = (config('settings.listings_list.display_mode') == 'make-compact') ? 'col-sm-9 col-12' : 'col-sm-7 col-12'; $colPriceBox = 'col-sm-3 col-12'; @endphp @if (!empty($posts) && $totalPosts > 0) @foreach($posts as $key => $post)