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

@section('editable_content')

    @include('layouts.partials.mainText')

    <section class="sub-main-text unique-in-the-netherlands" id="scrollToBlock">
        <div class="grid-row">
            <div class="title grid-col">
                <h2>{{$page->translation->subMain->typeName}}</h2>
            </div>

            <div class="description grid-col">
                {{$page->translation->subMain->description}}
            </div>

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

        </div>
    </section>

    @include('layouts.partials.about.impression')

    {{--@include('layouts.partials.posts.postsRow')--}}

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

    @include('layouts.partials.brochureRow')

    {{--@include('layouts.partials.investRow')--}}
    @include('layouts.partials.locationMapRow')

    @include('layouts.partials.contactRow')

@endsection