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/centrum8a/centrum8a.com/resources/views/site/pages/about.blade.php
@extends('site.master', ['view' => 'default'])

@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)

@section('content')

    <section class="dynamic-content">
        <div class="grid-row">
            @include('site.partials.dynamic.dynamicBlocks', [ 'dynamicContent' => $page->translation->description ])
        </div>
    </section>

    <section class="person-container">
        {{--<div class="grid-row">--}}
            {{--<h2 class="person__title">Ontmoet ons team</h2>--}}
        {{--</div>--}}
        @foreach($page->translation->groups['person'] as $person)
            @include('site.partials.blocks.person')
        @endforeach
    </section>

    <div class="contact-us-block">
        <section class="button-row  grid-row">
            <a class="button  right" href="{{$links->contact->route}}">Contact opnemen&nbsp;<span class="arrow">@include('site.svg.arrow')</span></a>
        </section>
    </div>

@endsection