HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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(); ?>