File: D:/HostingSpaces/SBogers10/ridderstee.komma.pro/app/views/layouts/pages/houses/show.blade.php
@extends('layouts.master')
@section('editable_content')
@include('layouts.partials.houses.houseHeader')
@include('layouts.partials.houses.detailInformation')
@include('layouts.partials.brochureRow')
<div class="main-buttons-row">
<p>@lang('translations.moreAbout')</p>
@include('layouts.partials.mainButtons')
<div class="background"></div>
</div>
@include('layouts.partials.contactRow')
@endsection
@section('extra-js')
<script defer src="/js/houseSlider.js"></script>
@endsection