@foreach($lastNews as $key => $item)
@if( $item->type=='quiz')
@elseif( $item->type=='poll')
@elseif($item->featured_at !== null) @endif {{ get_reaction_icon($item) }}

{{ $item->title }}

  • {{ $item->user ? $item->user->username : '' }}
@if($key ==0 ) @include('_particles.widget.ads', ['position' => 'Homencolsec', 'width' => 'auto', 'height' => 'auto']) @endif @endforeach