File: D:/HostingSpaces/SBogers68/ouddorp-duin.nl/app/views/layouts/pages/do.blade.php
@extends('layouts.master')
@section('editable_content')
{{-- Large imageheader at the start of the page --}}
@include('layouts.partials.imageHeader')
{{-- Custom hardcoded Flyer block --}}
@include('layouts.partials.flyer', [
'sentence' => 'Wat staat er op het programma?',
'button' => 'Bekijk de uitwaaier (PDF)',
'buttonLink' => \Komma\Documents\Models\Document::where('code_name', 'uitwaaier')->first()->file->path,
'blank' => true,
'layout' => 'default'
])
{{-- Lists out the menu items from parent page --}}
@include('layouts.partials.page.menuItemsDoing')
{{-- Custom hardcoded subscribe block --}}
@include('layouts.partials.subscribe', [
'sentence' => 'Evenementen, activiteiten en omgevingstips ontvangen via e-mail',
'button' => 'Aanmelden'
])
{{-- Custom CTA block --}}
@include('layouts.partials.do.ctaPictureDo', [
'sentence' => 'Op Goeree-Overflakkee is nog veel meer te doen!'
])
@endsection