@foreach($lastFeatures as $k => $item)
@if( $item->type=='quiz')
@elseif($item->featured_at !== null) @else {{ get_reaction_icon($item) }} @endif
@if(count($lastVideos)>0 and $k==4 and get_buzzy_config('p_buzzyvideos') == 'on')

{{ trans('index.mostrecent', ['type' => trans('index.videos') ]) }}

@endif @if(count($lastPolls)>0 and $k==9 and get_buzzy_config('p_buzzypolls') == 'on')

{{ trans('index.trend', ['type' => trans('index.polls') ]) }}

@endif @if($k==0) @include('_particles.widget.ads', ['position' => 'Homencolfirst', 'width' => 'auto', 'height' => 'auto']) @endif @endforeach