File: D:/HostingSpaces/SBogers10/anvil.komma.pro/resources/views/site/pages/contact.blade.php
@extends('site.master')
@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)
@section('content')
<section class="photo-header">
<div class="grid-row">
<div class="text-wrapper">
@include('site.partials.breadcrumb')
@if(isset($page->translation->intro))
<div class="kms-content">
{!! $page->translation->intro->description !!}
</div>
@else
<h1>{{$page->translation->name}}</h1>
@endif
</div>
<div id="header-image-slider">
<div class="placeholder">
<div id="map">
<iframe
width="100%"
height="100%"
frameborder="0" style="border:0"
referrerpolicy="no-referrer-when-downgrade"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyCGkkRN14aGn43RzCLsFt9FO9xORZIenJ8&q={{\Config::get('site.'.\App::getSite()->slug.'.fullName')}}+{{\Config::get('site.'.\App::getSite()->slug.'.address')}}+{{\Config::get('site.'.\App::getSite()->slug.'.location')}}"
allowfullscreen>
</iframe></div>
</div>
</div>
</div>
</section>
@include('site.partials.contact.formContactInfoRow')
@endsection