File: D:/HostingSpaces/BVerhoeven/verhoevendak.nl/app/storage/views/ee60bc019d2e6352b38c87f76b5ab9e3
<?php
$jobsBlocks = $page->content->translation->description;
?>
<?php $__env->startSection('editable_content'); ?>
<div class="jobs-content">
<div class="grid-row top">
<div class="grid-col col-12">
<?php echo $__env->make('layouts.partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php if(!empty($jobsBlocks['mainText']->status)): ?>
<div class="jobs-intro">
<div class="grid-row full-row">
<div class="grid-col col-4 offset-1">
<h1><?php echo $jobsBlocks['mainText']->typeName; ?></h1>
</div>
<div class="grid-col col-7 textholder">
<div class="text">
<?php echo $jobsBlocks['mainText']->description; ?>
</div>
</div>
</div>
</div>
<div class="jobs-diensten-menu">
<div class="grid-row full-row">
<section class="grid-col col-12 offset-1">
<?php if($jobs->count() > 0): ?>
<?php foreach($jobs as $key => $job): ?>
<article id="<?php echo $job->id; ?>" class="grid-col col-6 <?php if(!isset($job->images) || $job->images->count() == 0): ?> no-image <?php endif; ?>">
<a href="/<?php echo $job->translations->first()->routes->filter(function($route) use ($page) {
if( starts_with($route->route, $page->translation->route->route)){
return $route->route;
}
})->first()->route; ?>">
<div class="content">
<h3><?php echo $job->translations->first()->name; ?></h3>
<p><?php echo $job->translations->first()->excerpt; ?></p>
</div>
<br/>
<span class="button blue arrow pull-right">Bekijk vacature</span>
</a>
</article>
<?php endforeach; ?>
<?php else: ?>
<h3>Er zijn op dit moment geen openstaande vacatures.</h3><p>Toch overtuigd dat wij niet zonder jou kunnen? Neem dan <a href="/contact">contact</a> met ons op!</p>
<?php endif; ?>
</section>
</div>
</div>
<?php endif; ?>
</div>
</div>
<?php if(!empty($jobsBlocks['uit-je-dak']->status)): ?>
<div class="grid-row full-row uit-je-dak">
<div class="grid-row">
<div class="grid-col col-4 textholder">
<div class="text">
<?php echo $jobsBlocks['uit-je-dak']->description; ?>
</div>
<a href="<?php echo $jobsBlocks['uit-je-dak']->link; ?>"
class="button blue arrow"><?php echo $jobsBlocks['uit-je-dak']->link_text; ?></a>
</div>
<div class="grid-col pull-right imgholder"
style="background-image: url('<?php echo $jobsBlocks['uit-je-dak']->images[0]->large_image_url; ?>')"></div>
</div>
</div>
<?php endif; ?>
<?php if(!empty($jobsBlocks['CTABlock']->status)): ?>
<?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(); ?>
<?php endif; ?>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', ['view' => 'jobs'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>