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/debierbaron.komma.pro/app/storage/views/30459838154740b6dfeceb56bb82daa1
<?php $__env->startSection('editable_content'); ?>

    <article>
        <h1><?php echo $data->content->name; ?></h1>
        <date><?php echo $data->content->date; ?></date>
        <div>
            <?php foreach($data->content->images as $image): ?>
                <img src="<?php echo $image['medium_image_url']; ?>"/>
            <?php endforeach; ?>
        </div>
        <div class="description">
            <?php echo $data->content->description; ?>

        </div>
    </article>

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