File: D:/HostingSpaces/SBogers10/honger.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