@php $posts ??= []; $totalPosts ??= 0; $colDescBox = (config('settings.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)