@if($lastFeatures)
@foreach($lastFeatures as $key => $item)
@include('._particles._lists.items_list', ['listtype' => 'bolb titb','descof' => 'on', 'featuredon' => 'on', 'linkcolor' => 'default'])
@if($key==0)
@foreach(\App\Widgets::where('type', 'Homencolfirst')->where('display', 'on')->get() as $widget)
{!! $widget->text !!}
@endforeach
@endif
@if($key ==4 and get_buzzy_config('p_buzzyvideos') == 'on')
@foreach($lastVideos->slice(0, 3) as $item)
@include('._particles._lists.items_list', ['listtype' => 'big_image tits','descof' => 'off', 'featuredon' => 'on', 'metaof' => 'off','video' => 'on', 'linkcolor' => 'default'])
@endforeach
@endif
@if($key ==9 and get_buzzy_config('p_buzzypolls') == 'on')
@foreach($lastPolls->slice(0, 2) as $item)
@include('._particles._lists.items_list', ['listtype' => 'big_image bolb titb','featuredon' => 'on', 'metaof' => 'off', 'descof' => 'off', 'linkcolor' => 'default'])
@endforeach
@if($lastFeatures->nextPageUrl())
{{ trans('updates.loadmore') }}
@endif
@endif