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