File: D:/HostingSpaces/SBogers10/zuiderbos.komma.pro/app/views/layouts/pages/jobs/index.blade.php
@extends('layouts.master', ['view' => 'jobs'])
@section('editable_content')
<div class="image-wrapper">
@include('layouts.partials.navigation')
@include('layouts.partials.jobs.content', ['jobs' => $jobs])
</div>
@include('layouts.partials.jobs.index', ['jobs' => $jobs, 'image' => $page->content->translation->description['1']->images[0]->large_image_url])
@if(isset($page->content->translation->description['jobs-interviews']))
@include('layouts.partials.dynamic.'.$page->content->translation->description['jobs-interviews']->typeSlug, ['dynamicContent' => $page->content->translation->description['jobs-interviews']])
@endif
@endsection
@section('extra-js')
<script src="/js/jquery.touchSwipe.min.js"></script>
<script src="/js/referenceSlider.js"></script>
@endsection