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/0b37eeb63d01f3ce9dd84a40359e4dc9
<div class="news-block content">

    <h4><?php echo $title; ?></h4>

    <?php foreach($posts as $key => $post): ?>
        <article class="post">
            <a href="/<?php echo $post->translation->route->route; ?>">
                <div class="date">
                    <?php echo $post->date->format('d'); ?><br/>
                    <?php echo $post->date->format('m'); ?>

                </div>

                <p>
                    <?php echo $post->translation->name; ?>

                </p>

                <span class="arrow">
                    <?php echo $__env->make('svg.arrow', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                </span>
            </a>
        </article>
    <?php endforeach; ?>

</div>