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/SBogers10/inzigd.komma.pro/resources/views/site/templates/scan.blade.php
@extends('site.master')

@section('title', $page->translation->meta_title)
@section('meta_description', $page->translation->meta_description)

@section('content')

    <div class="l-contain">

        <div class="t-model-index__heading">

            <div class="t-model-index__title">
                <h1>{{$page->translation->name}}</h1>
                <span class="u-heading-h3">@lang('site/global.in') {{strtolower($parent->name)}}</span>
            </div>


            <div class="t-model-index__callout">
                @include('site.components.personalCallout', ['smallCallout' => true, 'contactPerson' => ( (isset($parent) && $parent->node->code_name == 'teaching') ? 'carla' : 'henk')])
            </div>

        </div>

        <div class="t-model-index__nav">
            @include('site.components.subnavigation', ['subnav' => $parent->subnav])
        </div>

    </div>


    <div class="c-body">
        @include('site.organisms.components')
    </div>

    @include('site.organisms.calloutBar', ['showPhoneButton' => true])

@endsection