File: D:/HostingSpaces/SBogers79/artofeinstein.be/app/views/layouts/partials/footer.blade.php
<footer id="contact">
<div class="content-container">
<div class="grid6 form">
<h3>@lang('translations.form')</h3>
{{ Form::open(['method' => 'post', 'url' => '/contact/submit', 'id'=>'contactForm']) }}
<div class="input-rows">
{{ Form::label('name', trans('translations.name')) }}
{{ Form::text('name', null ,['id'=>'name']) }}
</div>
<div class="input-rows">
{{ Form::label('phone', trans('translations.phone')) }}
{{ Form::text('phone', null ,['id'=>'phone']) }}
</div>
<div class="input-rows">
{{ Form::label('email', trans('translations.email')) }}
{{ Form::email('email', null ,['id'=>'email']) }}
</div>
<div class="input-rows">
{{ Form::label('activity', trans('translations.activity')) }}
{{ Form::text('activity', null ,['id'=>'activity']) }}
</div>
<div class="input-rows">
{{ Form::label('date', trans('translations.date')) }}
{{ Form::text('date', null ,['id'=>'date']) }}
</div>
<div class="input-rows text-area-row">
{{ Form::label('extra_message', trans('translations.extraMessage')) }}
{{ Form::textarea('extra_message', null ,['id'=>'extra_message', 'rows'=>'6', 'data-autoresize'=>'']) }}
</div>
<div class="hide">
{{ Form::submit('Zoeken') }}
</div>
<div class="holder">
<div id="sendButton">
<p>@lang('translations.sendButton')</p>
</div>
</div>
{{ Form::close() }}
<div class="thanks">
<h3>@lang('translations.thanksTitle')</h3>
<p>@lang('translations.thanksMessage')</p>
</div>
</div>
<div class="grid6 contact">
<h3>@lang('translations.contact')</h3>
<div class="image-column">
<div class="image">
<img alt="anja" src="/img/anja.jpg"/>
</div>
</div>
<div class="info-column">
<p class="company">
{{\Config::get('business.name')}}<br/>
{{\Config::get('business.owner')}}
</p>
<p>
{{\Config::get('business.address')}}<br/>
{{\Config::get('business.zip')}}<br/>
{{\Config::get('business.country')}}<br/>
<a class="link" target="_blank" href="https://goo.gl/maps/XhfjMA1EyG64k6Ju9">Plan je route</a><br/>
<br/>
<a href="tel:{{\Config::get('business.phone.call')}}">{{\Config::get('business.phone.display')}}</a><br/>
<a href="mailto:{{\Config::get('business.email')}}">{{\Config::get('business.email')}}</a><br/>
@lang('translations.btw') {{\Config::get('business.btw')}}
<br/>
<br/>
<a class="link" href="/disclaimer">@lang('translations.disclaimer')</a><br>
</p>
<p class="streamer">
<span class="logo">
<img alt="art of einstein logo" src="/img/einsteinFull2.svg"/>
</span>
<strong>@lang('translations.ratherCall')</strong>
<a href="tel:{{\Config::get('business.phone.call')}}">@lang('translations.call') {{\Config::get('business.phone.display')}}</a>
</p>
</div>
<div class="clear"></div>
</div>
<p class="komma">
<a href="http://www.komma.pro/"><span></span> @lang('translations.byKomma')</a>
</p>
<div class="clear"></div>
</div>
</footer>