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/rentman.komma.pro/app/views/layouts/pages/page.blade.php
@extends('layouts.master')

@section('intro-content')
    <div class="default-intro">
        <h1>{{$data->content->translation->name}}</h1>
        {{$data->content->translation->description}}

        @if($data->content->code_name =='support_center')
            <p class="button">
                <a target="_blank" href="http://support.rentman.nl">
                    @lang('translations.contactSupport')
                </a>
            </p>
        @endif

    </div>
@endsection

@section('editable_content')

    @include('layouts.partials.introRow', ['extraClass' => 'image-right'])

    @include('layouts.partials.orangeRow')

    {{--@include('layouts.partials.referenceRow')--}}

@endsection

@section('extra-js')
    <script type="text/javascript" src="/js/jquery.touchSwipe.min.js"></script>
    <script type="text/javascript" src="/js/introSlider.js"></script>
@endsection