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/BVerhoeven/verhoevendak.nl/app/storage/views/3fe41daa7cc632f001916727d4199726
<?php $__env->startSection('meta'); ?>
    <title><?php echo $page->translation->name; ?> | <?php echo $links->jobs->name; ?></title>
<?php /*    <meta name="description" content="<?php echo $page->translation->description; ?>">*/ ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('editable_content'); ?>
    <div class="image-wrapper">

        <div class="content-placeholder">


            <div class="grid-row">
                <div class="grid-col">
                    <?php echo $__env->make('layouts.partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                </div>
            </div>
            <div class="grid-row top">
                <?php /* Impression block */ ?>


                <?php /* Title content block */ ?>
                <div class="grid-col col-4 offset-1">
                    <h1><?php echo $page->translation->name; ?></h1>
                    <a href="/vacatures" class="back-to-projects"><span class="icon-grid-view"></span> Terug naar
                        overzicht</a>
                </div>
            </div>
            <div class="grid-row main row">
                <div class="job-description grid-col col-6 offset-1 ">
                    <h2>Omschrijving</h2>
                    <p><?php echo $page->translation->description; ?></p>
                </div>
                <div class="grid-col col-4 offset-1 pull-right job-imgholder">
                    <?php if(isset($page->images[0])): ?>
<?php /*                        <img class="large" alt="impression image"*/ ?>
<?php /*                             src="<?php echo $page->images[0]->large_image_url; ?>"/>*/ ?>
                        <figure class="large"
                                style="background-image: url('<?php echo $page->images[0]->large_image_url; ?>');">
                        </figure>
                    <?php endif; ?>
                </div>
            </div>

            <div class="grid-row bottom row">
                <div class="grid-col col-12 reference-linkholder">
                    <a href="/vacatures">Overzicht vacatures</a>
                    <br/>
                    <span class="yellowline"></span>
                </div>
            </div>

        </div>
        <?php echo $__env->make("layouts.partials.callToActionContact", ['name' => 'Wim Verhoeven', 'jobtitle' => 'Bedrijfsleider', 'phone' => '06 53 76 04 49', 'phoneLink' => '0031653760449', 'img' => '/img/personeel/Wim.jpg'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    </div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-js'); ?>
    <script src="/js/jquery.touchSwipe.min.js"></script>
    <script src="/js/overviewSlider.js"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', ['view' => 'news-detail'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>