@extends("app") @section('header') @if(get_buzzy_config('p_amp') === 'on') @endif @endsection @section("content")
@include('_particles.widget.ads', ['position' => 'HeaderBelow', 'width' => '728', 'height' => 'auto'])
{{ show_headline_posts($lastFeaturestop) }}
@include('_particles.widget.ads', ['position' => 'Homencolfirst', 'width' => 'auto', 'height' => 'auto'])

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

@if($lastFeatures)
@include('pages.indexpostloadpage')
@endif
{{ trans('updates.loadmore') }}
@endsection