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/fb07762b0f60459fc090635da6588b0c
<article id="post-<?php echo $key; ?>" class="post">
    <a href="/<?php echo $post->route; ?>">
        <figure>
            <?php foreach(['large', 'medium', 'small'] as $size): ?>
                <span class="<?php echo $size; ?>" style="background-image: url('<?php echo $post->{$size.'_image_url'}; ?>')"></span>
            <?php endforeach; ?>
        </figure>

        <div class="date">
            <?php echo $post->date->format('d'); ?><br/>
            <?php echo $post->date->format('m'); ?>

        </div>

        <h2>
            <?php echo $post->name; ?>

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