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/home.blade.php
@extends('layouts.master')

@section('editable_content')

    @include('layouts.partials.home.menuItems')

    @include('layouts.partials.cta', [
    'sentence' => 'Investeer in een vrijstaande recreatiewoning in Ouddorp Duin',
    'button' => 'Dat klinkt interessant',
    'buttonLink' => 'http://www.ridderstee.com',
    'layout' => 'home'
    ])

    @include('layouts.partials.home.customCtaBlocks')

    @include('layouts.partials.subscribe', [
    'sentence' => 'Evenementen, activiteiten en omgevingstips ontvangen via <span class="nowrap">e-mail</span>',
    'button' => 'Aanmelden'
    ])

    @include('layouts.partials.home.ctaPictureHome', [
    'sentence' => 'Achter de duinen, dicht bij het strand'
    ])

@endsection

@section('extra-js')
    <script src="/js/calcHeights.js"></script>
@endsection