<?php if($lastNews): ?>
    <ul class="items_lists">
        <?php foreach($lastNews as $key => $item): ?>
            <?php echo $__env->make('._particles._lists.items_list', ['listtype' => 'big_image small-h bolb titm','featuredon' => 'on', 'descof' => 'off','linkcolor' => 'default'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

            <?php if($key ==0 ): ?>
                <?php foreach(\App\Widgets::where('type', 'Homencolsec')->where('display', 'on')->get() as $widget): ?>
                    <?php echo $widget->text; ?>

                <?php endforeach; ?>
            <?php endif; ?>

        <?php endforeach; ?>
    </ul>

<?php endif; ?>