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/SBogers87/basephotography.nl/app/views/layouts/partials/contact.blade.php
<section class="content-container contact-row" id="contact">
    <div class="contact-info grid5">
        <h3>@lang('translations.contact')</h3>
        <p>
            <span class="adress"></span>{{\Config::get('business.adress')}} <br/>
            {{\Config::get('business.zip')}} {{\Config::get('business.city')}}<br/>
            <br/>
            <span class="phone"></span> <a
                    href="tel:{{\Config::get('business.phone.call')}}">{{\Config::get('business.phone.display')}}</a><br/>
            <span class="mail"></span> <a
                    href="mailto:{{\Config::get('business.email')}}">{{\Config::get('business.email')}}</a>
        </p>

    </div>

    <div class="contact-form grid7">
        <h2>@lang('translations.workTogether')</h2>
        <form id="contactForm" action="{{URL::route('form.contact')}}">
            <div class="form-row">
            <div class="name">
                <label for="name">@lang('translations.name')</label>
                <input id="name" name="name" type="text">
            </div>
            <div class="email">
                <label for="email">@lang('translations.email')</label>
                <input id="email" name="email" type="text">
            </div>
            </div>
            <div class="form_message">
                <label for="form_message">@lang('translations.message')</label>
                <textarea id="form_message" data-autoresize name="form_message"></textarea>
            </div>
            <div class="hide">
                <input type="submit" value="verzend">
            </div>
            <div class="send-button">
                <p><em>@lang('translations.contactUs')</em><span></span></p>
            </div>
        </form>

        <div class="thanks">
            <p class="thanks">@lang('translations.thanksMail')</p>
        </div>
    </div>
    <div class="clear"></div>

</section>