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/ridderstee.komma.pro/app/storage/views/3cb654e9681b51ee34ec58ef29a5d382
<article>
    <a href="/<?php echo $post->route; ?>">
        <figure>
            <div class="image-placeholder">
                <span style="background-image: url('<?php echo $post->medium_image_url; ?>');"></span>
            </div>
        </figure>
        <div class="content">
            <h3><?php echo $post->name; ?></h3>

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

            <span class="button">
                <?php echo \Illuminate\Support\Facades\Lang::get('translations.showArticle'); ?>
            </span>
        </div>
    </a>
</article>