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/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