File: D:/HostingSpaces/BVerhoeven/verhoevendak.nl/app/storage/views/6ddec8adaf8636d08f1ee6bc80ea770f
<?php $__env->startSection('editable_content'); ?>
<div class="image-wrapper">
<div class="content-placeholder">
<?php /* Make extra block for the creative backgrounds in this design :p */ ?>
<div class="background"></div>
<div class="grey-block"></div>
<div class="grid-row">
<span class="right-icon styling"></span>
<?php /* Main content block */ ?>
<div class="grid-col main">
<?php /* Loaded content */ ?>
<div class="content" style="padding: 60px 0">
<?php echo $page->content->translation->description[0]->description; ?>
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', ['view' => 'page'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>