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/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