HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/zuiderbos.komma.pro/app/storage/views/edd4dc22931e30f79ac700bd4a95b270
<section class="news-overview">

        <div class="overview-placeholder">

            <?php /* Make header and pagination if needed */ ?>
<?php /*            <div class="overview-header grid-row full-row">*/ ?>
<?php /*                <h1 class="grid-col col-7"><?php echo $page->translation->name; ?></h1>*/ ?>
<?php /*            </div>*/ ?>

            <h1><?php echo $page->translation->name; ?></h1>

            <?php /* Loop through news for this pagination page*/ ?>
            <div class="grid-row full-row articles">
                <?php echo $__env->make('layouts.partials.posts.newsLoop', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
            </div>

            <div class="pagination grid-col  overview-placeholder__pagination">
                <?php if(method_exists($news, 'links')): ?>
                    <?php echo $news->links('layouts.partials.posts.pagination'); ?>

                <?php endif; ?>
            </div>

        </div>

</section>