File: D:/HostingSpaces/SBogers10/immoginis.komma.pro/app/views/layouts/pages/freeEstimation.blade.php
@extends('layouts.base')
@section('editable_content')
{{ Form::open(['method' => 'get', 'url' => 'aanbod', 'id' => 'selectForm']) }}
@include('properties.form_offer')
{{ Form::close() }}
<div class="o-free-estimation">
<h1 class="o-free-estimation__title">@lang('freeEstimation.title')</h1>
<div class="o-free-estimation__form">
@include('layouts.partials.freeEstimationForm')
</div>
<div class="o-free-estimation__thanks">
@lang('freeEstimation.thanks')
</div>
</div>
@endsection
@section('extra-js')
<script type="text/javascript" src="/js/jquery.selectric.min.js"></script>
<script type="text/javascript" src="/js/form.js"></script>
<script type="text/javascript" src="/js/freeEstimationForm.js"></script>
@endsection