File: D:/HostingSpaces/SBogers10/debierbaron.komma.pro/app/storage/views/c3c9c4b0ba179b61d6f94add24d198b0
<?php $__env->startSection('editable_content'); ?>
<div class="blog-item">
<header>
<div class="crown"></div>
<h2>AVONTUREN<br>
VAN DE BIERBARON</h2>
<div class="line"></div>
<img class="whitebar" src="/images/static/home_whitebar.png">
</header>
<section class="article-wrapper">
<article>
<h1><?php echo $data->content->name; ?></h1>
<span class="date"><?php echo substr($data->content->date, 0, -9); ?></span>
<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>
</section>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>