File: D:/HostingSpaces/SBogers54/csbinstallatietechniek.nl/resources/views/templates/references.blade.php
@extends('master')
@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)
@section('content')
<div class="u-reset-header-offset">
@if($page->translation->intro)
<div class="l-contain o-block">
@include('organisms.introText')
</div>
@endif
@include('organisms.references')
@include('organisms.quotes', [
'quotes' => [
'cs2_architecten',
'willems_baling',
]
])
@include('organisms.featuredProducts')
</div>
@endsection