File: D:/HostingSpaces/PDeckers/opelkapitan.nl/app/storage/views/93dd8e5d960e3a84a0f321bf5e4dfa2f
<?php $__env->startSection('intro-content'); ?> <div class="full-text content-container"> <h2><?php echo $data->content->translation->name; ?></h2> <?php echo $data->content->translation->description; ?> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('inner-content'); ?> <?php echo $__env->make('layouts.partials.projects.filteredParts', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('editable_content'); ?> <?php echo $__env->make('layouts.partials.defaultIntro', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php
switch($data->content->code_name){
case 'other_3':
$thisBackground = '/img/blur-background.jpg';
break;
default:
$thisBackground = '/img/blur-background.jpg';
break;
}
?>
<?php echo $__env->make('layouts.partials.projects.globalContainer', ['extraClass' => 'filtered', 'backgroundImage' => $thisBackground], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>