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/SBogers75/roost-interieurbouw.nl/app/views/layouts/pages/onlyText.blade.php
@extends('layouts.pages.page')

@section('content')
    <div class="main-content row no-slider">

        <section class="row text-row">
            @if($data->partial == 'av')
                @include('layouts.partials.av')
            @endif
            @if($data->partial == 'dc')
                @include('layouts.partials.disclaimer')
            @endif
            @if($data->partial == 'privacy')
                @include('layouts.partials.privacy')
            @endif

        </section>

        <section class="row contact-row">
            @include('layouts.partials.contact')
        </section>

    </div>
@endsection

@section('extraJS')
    <script type="text/javascript">
        $(function () {
            $(".sub-header").hide();
            enableScroll();
            $('.logo').addClass('no-after-animations');
            $('.top-bar').addClass('no-after-animations');
            $('.yellow-bar').addClass('no-after-animations');
        });
    </script>
@endsection