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/Lacom/lacom.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')

    <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 style="position: absolute; left: 0; top: 0; width: 100%; height: 100%;">
                        <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=AIzaSyB4J3vU0MbOpIRmnMk1HyKwwgU-z1HzuwM&q=Lacom Machinefabriek B.V.+Randweg Zuid 1a+6021PW+Budel"
                                allowfullscreen>
                        </iframe>
                    </div>
                </div>
            </div>

        </div>
    </section>


    @include('site.partials.contact.formContactInfoRow')

@endsection