@extends("app") @section('header') @if(get_buzzy_config('p_amp') === 'on') @endif @endsection @section("content") @unless(count($lastFeaturestop)==0)
@foreach($lastFeaturestop->slice(0,1) as $item)
@include('._particles._lists.features_list', ['descof' => 'on','metaon' => 'on'])
@endforeach
@foreach($lastFeaturestop->slice(1,1) as $item)
@include('._particles._lists.features_list', ['descof' => 'on','metaon' => 'on'])
@endforeach
@foreach($lastFeaturestop->slice(2,2) as $item)
@include('._particles._lists.features_list', ['metaon' => 'on'])
@endforeach
@endunless

{{ $HomeColSec1Tit1 > "" ? $HomeColSec1Tit1 : trans('index.latest', ['type' => trans('index.lists') ]) }}

@include('pages.indexpostloadpage')

{{ $HomeColSec2Tit1 > "" ? $HomeColSec2Tit1 : trans('index.latest', ['type' => trans('index.news') ]) }}

@include('pages.indexrightpostloadpage')
@if(get_buzzy_config('HomeCol3Trends')!=='false')

{{ trans('index.trendings') }}

@if(isset($lastTrending))
    @foreach($lastTrending as $item) @include('._particles._lists.items_list', ['listtype' => 'captionlist list-count tits', 'descof' => 'off','metaof' => 'off', 'linkcolor' => 'white']) @endforeach
@endif
@endif

{{ $HomeColSec3Tit1 > "" ? $HomeColSec3Tit1 : trans('index.latest', ['type' => trans('index.videos') ]) }}

@if(isset($lastTrendingVideos))
    @foreach($lastTrendingVideos as $item) @include('._particles._lists.items_list', ['listtype' => 'big_image small-h bolb tits', 'video' => 'on', 'descof' => 'off', 'metaof' => 'off', 'linkcolor' => 'default']) @endforeach
@endif

{{ trans('index.connect') }}

@include("_widgets/facebooklike")
@endsection