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