File: D:/HostingSpaces/SBogers10/zelfverkopen.komma.pro/resources/views/site/pages/buyHouse.blade.php
@extends('site.master')
@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)
@section('impressionContent')
{!! $page->translation->impression->description !!}
@if(isset($links->scheduleConversation))
<a class="button orange" href="/{{$links->scheduleConversation->route}}">
@lang('site/global.scheduleConversation')
<span class="double-arrow"></span>
</a>
<br/>@endif
@if(isset($links->buyHouseForm))
<a class="button green" href="/{{$links->buyHouseForm->route}}">
Aankoop pakket bestellen
<span class="double-arrow"></span>
</a>
@endif
@endsection
@section('content')
@if(isset($page->translation->impression) && isset($page->translation->impression->images))
@include('site.partials.impressionRow', ['image' => $page->translation->impression->images[0]])
@endif
@if(isset($page->translation->fullTextRow))
@include('site.partials.fullTextRow', ['description' => $page->translation->fullTextRow->description])
@endif
@include('site.partials.buyHouse.process')
{{-- @include('site.partials.buyHouse.ctaRow')--}}
@include('site.partials.home.propertiesRow')
@endsection