@extends('layouts.master')
@section('editable_content')
@include('layouts.partials.mainText')
<br>
<br>
<div class="main-buttons-row">
<p>@lang('translations.moreAbout')</p>
@include('layouts.partials.mainButtons')
</div>
<br>
<br>
@include('layouts.partials.locationMapRow', [
'isLastBlock' => true
])
@endsection