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