File: D:/HostingSpaces/slenders/slenders.nl/resources/views/site/base.blade.php
<!doctype html>
<html lang="{{ \App::getLocale() }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
@if(\App::environment() == 'production')
@include('site.components.tracking.tagManagerHeader')
@endif
<title>@yield('title','Komma')</title>
<meta name="description" content="@yield('meta_description', '')">
<meta name="csrf-token" content="{{ csrf_token() }}">
{{-- To prevent duplicate pages because of filter or trailing slash we add a canonical link --}}
<link rel="canonical" href="{{ request()->root() . $_SERVER['REQUEST_URI'] }}" />
{{-- This will prevent devices from automatically generating phone links --}}
<meta name="format-detection" content="telephone=no">
@if(isset($otherLanguages))
@foreach($otherLanguages as $metaOtherLanguage)
<link rel="alternate" hreflang="{{$metaOtherLanguage->iso}}"
href="{{ \URL::to($metaOtherLanguage->route) }}"/>
@endforeach
@endif
<link href="{{ mix('css/style.css') }}" rel="stylesheet"/>
@include('site.components.favicons')
@if(\App::environment() == 'production')
{{-- Tracking codes --}}
{{--@include('site.tracking.hotjar')--}}
{{--@include('site.tracking.leads')--}}
@else
{{-- <script type='text/javascript'>--}}
{{-- (function (d, t) {--}}
{{-- var bh = d.createElement(t), s = d.getElementsByTagName(t)[0];--}}
{{-- bh.type = 'text/javascript';--}}
{{-- bh.src = 'https://www.bugherd.com/sidebarv2.js?apikey=iokexdghwba5pf6xpm3wma';--}}
{{-- s.parentNode.insertBefore(bh, s);--}}
{{-- })(document, 'script');--}}
{{-- </script>--}}
<meta name="robots" content="noindex"/>
@endif
@yield('meta_information')
</head>
<body @if(isset($page) && isset($page->code_name))id="{{$page->code_name}}" @endif class="{{ !empty($view) ?: '' }}">
@if(\App::environment() == 'production')
@include('site.components.tracking.tagManagerBody')
@else
<p style="margin: 0; position: fixed; z-index: 800; left: 0; top: 0; padding: 20px 10px; width: 100%; text-align: center; color: white; font-size: 14px; line-height: 1.2; font-weight: bold; background: red;">DIT IS EEN TEST OMGEVING</p>
@if(config('site.show_grid'))
{{-- Grid overlay --}}
<div class="u-visible-grid">
<div class="l-contain">
<div class="u-visible-grid__main"></div>
</div>
</div>
@endif
@endif
@yield('base-content')
@if(!isset($hideCookieMessage) || !$hideCookieMessage)
@include('site.components.cookie.cookies')
@endif
<a class="c-floating-button" href="https://wa.me/message/M3TYD6MRCWMEB1" aria-label="Neem contact op via whatsapp" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 308 308">
<path fill="currentColor" d="M227.904 176.981c-.6-.288-23.054-11.345-27.044-12.781-1.629-.585-3.374-1.156-5.23-1.156-3.032 0-5.579 1.511-7.563 4.479-2.243 3.334-9.033 11.271-11.131 13.642-.274.313-.648.687-.872.687-.201 0-3.676-1.431-4.728-1.888-24.087-10.463-42.37-35.624-44.877-39.867-.358-.61-.373-.887-.376-.887.088-.323.898-1.135 1.316-1.554 1.223-1.21 2.548-2.805 3.83-4.348.607-.731 1.215-1.463 1.812-2.153 1.86-2.164 2.688-3.844 3.648-5.79l.503-1.011c2.344-4.657.342-8.587-.305-9.856-.531-1.062-10.012-23.944-11.02-26.348-2.424-5.801-5.627-8.502-10.078-8.502-.413 0 0 0-1.732.073-2.109.089-13.594 1.601-18.672 4.802C90 87.918 80.89 98.74 80.89 117.772c0 17.129 10.87 33.302 15.537 39.453.116.155.329.47.638.922 17.873 26.102 40.154 45.446 62.741 54.469 21.745 8.686 32.042 9.69 37.896 9.69h.001c2.46 0 4.429-.193 6.166-.364l1.102-.105c7.512-.666 24.02-9.22 27.775-19.655 2.958-8.219 3.738-17.199 1.77-20.458-1.348-2.216-3.671-3.331-6.612-4.743z"/>
<path fill="currentColor" d="M156.734 0C73.318 0 5.454 67.354 5.454 150.143c0 26.777 7.166 52.988 20.741 75.928L.212 302.716c-.484 1.429-.124 3.009.933 4.085C1.908 307.58 2.943 308 4 308c.405 0 .813-.061 1.211-.188l79.92-25.396c21.87 11.685 46.588 17.853 71.604 17.853C240.143 300.27 308 232.923 308 150.143 308 67.354 240.143 0 156.734 0zm0 268.994c-23.539 0-46.338-6.797-65.936-19.657-.659-.433-1.424-.655-2.194-.655-.407 0-.815.062-1.212.188l-40.035 12.726 12.924-38.129c.418-1.234.209-2.595-.561-3.647-14.924-20.392-22.813-44.485-22.813-69.677 0-65.543 53.754-118.867 119.826-118.867 66.064 0 119.812 53.324 119.812 118.867.001 65.535-53.746 118.851-119.811 118.851z"/>
</svg>
</a>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Raleway:400,400i,500,600,700,700i,800']
},
timeout: 2000
});
</script>
@include('site.components.breadcrumbList')
<script defer type="text/javascript" src="/js/site/manifest.js"></script>
<script defer type="text/javascript" src="/js/site/vendor.js"></script>
<script defer type="text/javascript" src="{{ mix('js/site/app.js') }}"></script>
</body>
</html>