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/SBogers101/cranendonckactief.nl/app/storage/views/aaccb49f3c8a93e3686c8074463c9479
<?php $__env->startSection('editable_content'); ?>

    <div class="color-wrapper">
        <?php echo $__env->make('layouts.partials.navigation', ['shadow' => true], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

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

        <?php if( $posts->count() != 0): ?>
            <section class="overview grid-row <?php if(\Input::get('page', null) == null || \Input::get('page', null) == 1): ?> first-page <?php endif; ?> ">

                <?php foreach($posts as $key => $post): ?>
                    <?php echo $__env->make('layouts.partials.posts.post', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                <?php endforeach; ?>

            </section>
        <?php else: ?>
            <h2 class="no-news">Geen nieuws beschikbaar</h2>
        <?php endif; ?>


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

            </div>
        <?php endif; ?>

    </div>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>