<?php $__env->startSection("content"); ?>
    <div class="buzz-container">
       <?php if(getenvcong('T_1_SiteHeadlineStyle')==2): ?>
            <?php echo $__env->make('pages.indexheadlines2', ['cat' => false], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
            <?php else: ?>
            <?php echo $__env->make('pages.indexheadlines', ['cat' => false], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        <?php endif; ?>
           <?php echo $__env->make('_particles.ads', ['position' => 'HeaderBelow', 'width' => '728', 'height' => 'auto'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

           <div class="global-container container">
            <div class="content">


                <div class="content-timeline">
                    <div class="colheader sea">
                        <h1><?php echo e($HomeColSec1Tit1 > "" ? $HomeColSec1Tit1 :  trans('index.latest', ['type' => trans('index.lists') ])); ?></h1>
                    </div>

                    <?php if($lastFeatures): ?>
                    <div class="content-timeline__list">
                        <?php echo $__env->make('pages.indexpostloadpage', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                    </div>
                    <?php endif; ?>
                    <div class="content-timeline__more">
                        <i class="content-timeline__more__icon material-icons">&#xE5D5;</i>
                        <span class="content-timeline__more__text"><?php echo e(trans('updates.loadmore')); ?></span>
                    </div>
                    <div class="content-spinner">
                        <svg class="spinner-container" width="45px" height="45px" viewBox="0 0 52 52">
                            <circle class="path" cx="26px" cy="26px" r="20px" fill="none" stroke-width="4px"></circle>
                        </svg>
                    </div>
                </div>
                <div class="content-timeline_right">
                    <div class="colheader formula">
                        <h1><?php echo e($HomeColSec2Tit1 > "" ? $HomeColSec2Tit1 : trans('index.latest', ['type' => trans('index.news') ])); ?></h1>
                    </div>
                        <?php if(isset($lastNews)): ?>
                            <div class="sidebar-block  clearfix" style=" margin-top: 0">
                                <ol class="sidebar-mosts sidebar-mosts--readed content-timeline_right__list timeline_right">
                                        <?php echo $__env->make('pages.indexrightpostloadpage', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                                </ol>
                            </div>
                        <?php endif; ?>
                        <div class="clear"></div>
                        <div class="content-timeline_right__more">
                            <i class="content-timeline__more__icon material-icons">&#xE5D5;</i>
                            <span class="content-timeline__more__text"><?php echo e(trans('updates.loadmore')); ?></span>
                        </div>
                        <div class="content-spinner_right clearfix">
                            <svg class="spinner-container" width="45px" height="45px" viewBox="0 0 52 52">
                                <circle class="path" cx="26px" cy="26px" r="20px" fill="none" stroke-width="4px"></circle>
                            </svg>
                        </div>
                </div>
            </div>

            <div class="sidebar hide-mobile">
                <div class="sidebar--fixed">
<?php echo $__env->make('_sidebar.follow', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                    <?php echo $__env->make('_sidebar.videos', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

                    <?php echo $__env->make('_sidebar.trending', ['name'=> trans('index.posts')], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

                    

                    <?php echo $__env->make('_particles.ads', ['position' => 'Footer', 'width' => '300', 'height' => 'auto'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

                </div>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('footer'); ?>
    <script src="<?php echo e(Theme::asset('js/timeline.min.js', null, false)); ?>"></script>
    <script>
        $('.content-timeline__item').wtTimeline({
            header: '.header',
            container: '.content-timeline__list',
            spinner: '.content-spinner',
            loadMore: '.content-timeline__more',
            path: '/',
            limit: 3,
            filterType: 'right'
        });

        $('.content-timeline_right').wtTimeline({
            header: '.header',
            container: '.content-timeline_right__list',
            spinner: '.content-spinner_right',
            loadMore: '.content-timeline_right__more',
            path: '/?timeline=right',
            limit: 3
        });
    </script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make("app", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>