{{ $HomeColSec1Tit1 > "" ? $HomeColSec1Tit1 : trans('index.latest', ['type' => trans('index.lists') ]) }}
@include('pages.indexpostloadpage')
{{ $HomeColSec2Tit1 > "" ? $HomeColSec2Tit1 : trans('index.latest', ['type' => trans('index.news') ]) }}
@if(get_buzzy_config('HomeCol3Trends')!=='false')
@if(isset($lastTrending))
@endif
@if(isset($lastTrendingVideos))
@include("_widgets/facebooklike")
{{ trans('index.trendings') }}
-
@foreach($lastTrending as $item)
@include('._particles._lists.items_list', ['listtype' => 'captionlist list-count tits', 'descof'
=> 'off','metaof' => 'off', 'linkcolor' => 'white'])
@endforeach
{{ $HomeColSec3Tit1 > "" ? $HomeColSec3Tit1 : trans('index.latest', ['type' => trans('index.videos') ]) }}
-
@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