File: D:/HostingSpaces/PDeckers/opelkapitan.nl/app/storage/views/4b7d928c9328fa0381fcdd4410bd9021
<?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.groupPocketsOther', 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':
$thisBackground = '/img/backgrounds/others.jpg';
break;
default:
$thisBackground = '/img/blur-background.jpg';
break;
}
?>
<?php echo $__env->make('layouts.partials.projects.globalContainer', ['backgroundImage' => $thisBackground], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('extra-js'); ?> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>