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/SBogers68/ouddorp-duin.nl/app/views/layouts/pages/landingspage.blade.php
@extends('layouts.base')

@section('meta')
    <title>{{$page->translation->meta_title}}</title>
    <meta name="description" content="{{ $page->translation->meta_description }}">

    @foreach($page->routeInOtherLanguages as $routeInOtherLanguage)
        <link rel="alternate" hreflang="{{$routeInOtherLanguage->iso_2}}"
              href="{{ \URL::to($routeInOtherLanguage->route->route) }}"/>
    @endforeach

@endsection

@section('content')
    @include('layouts.partials.landing.banner')

    @include('layouts.partials.landing.header-image')

    <div class="more-info">
        <a href="#information" class="internalLink">
            <p>@lang('translations.moreInfo')</p>
            <span></span>
        </a>
    </div>

    @include('layouts.partials.landing.ouddorpNewProject')

    @include('layouts.partials.landing.slider-ouddorp-row')

    @include('layouts.partials.landing.areaOuddorp')

    @include('layouts.partials.landing.slider-row')

    @include('layouts.partials.landing.footer')

@endsection

@section('extra-js')
    <script type="text/javascript" src="/js/slider.js"></script>
    <script type="text/javascript" src="/js/contact.js"></script>
@endsection