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/SBogers10/shop.komma.nl/resources/views/templates/contact.blade.php
@extends('master', [ 'headerIsLight' => true ])

@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)

@section('content')

    <div class="c-body">
        <div class="l-contain  o-block">

            <h1 class="o-contact__heading">{{ $page->translation->name }}</h1>

            <div class="o-contact__information">
                <p>Voorbeeld tekst over contact leggen</p>
            </div>

            <div class="o-contact__business">
                <h5>{{ config('site.company.fullName') }}</h5>
                <dl class="o-contact__commercial">
                    <dt>@lang('company.chamber_of_commerce'):</dt><dd>{{ config('site.company.kvk') }}</dd>
                    <dt>@lang('company.vat_number'):</dt><dd>{{ config('site.company.vat') }}</dd>
                    <dt>@lang('company.bank_number'):</dt><dd>{{ config('site.company.bank') }}</dd>
                </dl>
            </div>

            <div class="o-contact__form  u-spacing-mt-60  u-max-width-720">
                @include('organisms.forms.contact')
            </div>

            <div class="o-contact__map">
                @include('components.googleMaps')
            </div>

        </div>

    </div>

@endsection