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/SBogers10/ridderstee.komma.pro/app/views/layouts/pages/invest.blade.php
@if(\App::getLocale() == 'nl')
    <?php $investView = 'no-afm'; ?>
@else
    <?php $investView = ''; ?>
@endif

@extends('layouts.master', ['view' => $investView])

@section('editable_content')

    @if(\App::getLocale() == 'nl')
        @include('layouts.partials.afm-header')
    @endif

    @include('layouts.partials.mainText')

    @include('layouts.partials.invest.investReasons')

    <a class="internalLink after-reasons arrow-button down centered" href="#development_location"></a>

    @include('layouts.partials.brochureRow')

    @include('layouts.partials.inlineText',
    [
        'blockId' => 'development_location',
        'code_name' => 'development_location'
    ])

    {{--@include('layouts.partials.brochureRow')--}}

    <div class="main-buttons-row">
        <p>@lang('translations.moreAbout')</p>
        @include('layouts.partials.mainButtons')
        <div class="background"></div>
    </div>

    <a class="internalLink arrow-button down centered" href="#contactRow"></a>

    @include('layouts.partials.contactRow')

@endsection