File: D:/HostingSpaces/SBogers47/leden.ehbocranendonck.nl/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')
Contact
@include('site.forms.contact')
<div id="map"
@if(\Config::has('site.company.googleMaps.lat') && \Config::get('site.company.googleMaps.lat') !== '')
data-google-lat="{{\Config::get('site.company.googleMaps.lat')}}"
@endif
@if(\Config::has('site.company.googleMaps.lng') && \Config::get('site.company.googleMaps.lng') !== '')
data-google-lng="{{\Config::get('site.company.googleMaps.lng')}}"
@endif
></div>
@endsection