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/BDeurzen/vandeurzentuinontwerp.nl/app/views/layouts/pages/page.blade.php
@extends('layouts.master')

@section('streamer')
    <div class="streamer">
        <span class="bold">Groot</span> of <span class="bold">klein</span>, elke tuin een juweeltje
    </div>
@endsection

@section('editable_content')

    @include('blocks/block', ['block'=>$blocks['contact_opnemen_foto']])
    @include('blocks/block', ['block'=>$blocks['over_ons_intro']])

@endsection