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/SBogers10/komma.pro/resources/views/site/pages/terms.blade.php
@extends('site.master')

@section('content')

    <section>
        {{-- Content --}}
        <div class="contained-layout">
            <div class="offset-1 col-6">
                <div class="text-block">
                    <h2>Algemene voorwaarden</h2>

                    <p>
                        Download onze algemene voorwaarden:<br />
                        <a target="_blank" href="/algemene_voorwaarden.pdf?v=2" class="button stroked blue">Download als PDF</a><br />
                    </p>

                </div>
            </div>

            {{-- Services--}}
            <section class="text-block col-6">
                @include('site.partials.servicesList')
            </section>
        </div>

    </section>

    {{-- Call to action bar --}}
    @include('site.partials.callToActionBar',['key' => 'stef'])
@endsection