File: D:/HostingSpaces/SBogers10/zuiderbos.komma.pro/app/views/layouts/partials/home/content.blade.php
<div class="home-content">
{{-- Background coloring --}}
<div class="background">
</div>
{{-- Content --}}
<div class="grid-row">
{{-- Main content --}}
<section class="grid-col col-7 offset-1">
@if(isset($page->content->translation->description['0']))
<h1>{{$page->content->translation->description['0']->typeName}}</h1>
{{$page->content->translation->description['0']->description}}
@if(isset($page->content->translation->description['0']->link) && $page->content->translation->description['0']->link != '')
<a href="{{$page->content->translation->description['0']->link}}">
{{$page->content->translation->description['0']->link_text}}
</a>
@endif
@endif
{{-- <div class="contact-options">--}}
{{-- <div class="option call">--}}
{{-- <p>--}}
{{-- {{KommaLang::get('directContact') }}--}}
{{-- <a href="tel:{{ \Config::get('business.schools.'.$page->root->code_name.'.phone_call') }}">{{KommaLang::get('call') }} {{ \Config::get('business.schools.'.$page->root->code_name.'.phone_display') }}</a>--}}
{{-- </p>--}}
{{-- </div>--}}
{{-- <div class="option school-guide">--}}
{{-- @if(isset($page->schoolGuide))--}}
{{-- <p>{{KommaLang::get('schoolGuide')}}--}}
{{-- <a target="_blank" href="{{$page->schoolGuide->file->path}}">{{KommaLang::get('download')}}</a>--}}
{{-- </p>--}}
{{-- @endif--}}
{{-- </div>--}}
{{-- </div>--}}
</section>
{{-- Reference block --}}
<aside class="grid-col col-3">
@include('layouts.partials.references.homeBlock', ['homeReferences' => $page->school->references()->with(['translations.routes', 'images'])->where('active', 1)->orderBy('references.lft', 'asc')->get()->take(4)])
</aside>
</div>
</div>