File: D:/HostingSpaces/PDeckers/opelkapitan.nl/app/views/layouts/pages/projectOverview.blade.php
@extends('layouts.master')
@section('intro-content')
<div class="full-text content-container" style="height: 0px;">
{{$data->content->translation->description}}
</div>
@endsection
@section('inner-content')
@include('layouts.partials.projects.overviewPockets')
@endsection
@section('editable_content')
@include('layouts.partials.defaultIntro')
@include('layouts.partials.projects.globalContainer', ['backgroundImage' => '/img/backgrounds/parts.jpg'])
@endsection