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(); ?>