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/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