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/ijzerenman.komma.pro/app/views/layouts/master.blade.php
@if( ! Request::ajax())

    <!doctype html>
    <html lang="nl" data-color="{{ $global->codeName or '' }}">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable=no" />

            @if(\App::environment() != 'production')
                <meta name="robots" content="noindex" />
            @endif

            <meta name="description" content="{{ Current::meta()->description }}" />
            <title>{{ Current::meta()->title }}</title>

            {{-- Must be above css files --}}
            <!--[if lt IE 9]>
            <script src="/js/html5.js"></script>
            <![endif]-->

            <link href="/favicon.ico" type="image/ico" rel="shortcut icon"/>
            <link rel="stylesheet" href="/css/style.css?v=1"/>
            <link rel="stylesheet" href="/css/swiper.css"/>

            <!--[if lt IE 9]>
            <link rel="stylesheet" href="/css/style_ie8.css"/>
            <![endif]-->

            <link href='https://fonts.googleapis.com/css?family=Fjalla+One|Josefin+Sans:700,400,400italic' rel='stylesheet' type='text/css'>

        </head>
        <body class="{{ $bodyClass or '' }}">

            @if(\App::environment() == 'production')
            <!-- Google Tag Manager -->
            <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-K7SP3N"
                              height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
            <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
                        new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
                        j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
                        '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
                })(window,document,'script','dataLayer','GTM-K7SP3N');</script>
            <!-- End Google Tag Manager -->
            @endif



            @include('layouts.partials.mobileNavigation')

            @yield('banner')

            @include('layouts.partials.navigation.globalNavigation')

            @if(isset($global))
                <section id="pageNavigation">
                    @include('layouts.partials.navigation.pageNavigation')
                </section>
            @endif

            <section class="container content">
                <div class="left-shadow"></div>
                <div id="content">
                    @yield('content')
                </div>
                <div class="right-shadow"></div>
            </section>
            <div class="clear"></div>
           @yield('callToActionBar')

           @include('layouts.partials.footer')

            @include('layouts.partials.cookieMessage', ['tracking' => true])

            <!-- Javascript Section -->

            <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
            <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
            <script>
                window.jQuery || document.write('<script src="/js/lib/jquery.js">\x3C/script>');
                window.Modernizr || document.write('<script src="/js/lib/modernizr.js">\x3C/script>');
            </script>
            <script data-main="/js/app/main" src="/js/lib/core/require.js"></script>

        </body>
    </html>

@else
    @yield('content')
@endif