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/SBogers84/zuiderbos.nl/app/storage/views/452a0cc2131ccc1c23ed80d42a41c6ab
<section class="post-row">

    <?php /* Background  */ ?>
    <div class="background"></div>

    <?php /* Left style icoon, style it through the page sass */ ?>
    <span class="first-icon styling"></span>

    <?php /* Articles placeholder */ ?>
    <div class="grid-row">

        <?php /* Small streamer */ ?>
        <p class="streamer grid-col"><?php echo KommaLang::get('latestNews'); ?>:</p>

        <?php /* Articles */ ?>
        <div class="article-wrapper grid-col col-10 offset-1">
            <?php echo $__env->make('layouts.partials.posts.latestPosts', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        </div>

        <?php /* Button to actual page of school */ ?>
        <a class="grid-col col-12 button" href="/<?php echo $links->{$page->root->code_name.'-actual-news'}->route; ?>">
            <?php echo KommaLang::get('latestNews'); ?>

        </a>
    </div>

    <?php /* Right style icoon, style it through the page sass */ ?>
    <span class="second-icon styling"></span>
</section>