File: D:/HostingSpaces/SBogers10/centrum8a.komma.pro/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 <span class="arrow">@include('site.svg.arrow')</span></a>
</section>
</div>
@endsection