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