@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 $DB_PLUGIN_VIDEOS == 'on')
@foreach($lastvideoscol1->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 $DB_PLUGIN_POLLS == 'on')
@foreach($lastpoll->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