{{-- ---------------- FIRST BIG CARD ---------------- --}} @if(isset($newsList[0])) @php $big = $newsList[0]; @endphp
{{ $big['img_alt_title'] ?? $big['title'] }} {{ $big['title'] }}
@endif {{-- ---------------- SMALL CARDS LOOP ---------------- --}} @foreach($newsList as $index => $news) @if($index > 0)
@endif @endforeach