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/alaaf.blade.php
@extends('site.master')

@section('content')

    {{-- Intro header --}}
    @include('site.partials.header',['key' => 'alaaf'])

    <div class="contained-layout">
        <div class="col-10 centered">
        <img class="stretch puzzle" src="/img/komma/static/alaaf2018.jpg" alt="Alaaf!" />
        </div>
    </div>

    {{-- Facebook call to action block--}}
    @include('site.partials.callToActionBlock',[
        'streamer' => Lang::get('site/alaaf.callToAction.streamer'),
        'callToAction' => Lang::get('site/alaaf.callToAction.callToAction'),
    ])

    {{-- Featured cases --}}
    @include('site.partials.cases.featured',[
        'featured' => ['bullWave','rentman']
    ])

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


@endsection

{{-- Footer --}}
@section('footer_button')
    @include('site.partials.footerButton',[
            'label' => "Aanpak",
            'href' => "/aanpak"
        ])
@endsection