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/straffer.komma.nl/app/views/404.blade.php
@extends('layouts.base_clean')
@section('meta')
    <title>404 - Straffer</title>
    <meta name="description" content="Page not found">
@endsection
@section('editable_content')
    <div class="intro-row error">
        <header>
            <a href="/">
                <div class="logo"></div>
            </a>
        </header>

        <div class="cta-block">
            <h1>
                404 - Page not found
            </h1>

            <h2 class="error-header">Net als deze pagina, denken wij graag outside the box.</h2>
            <div class="call">
                <a href="tel:{{\Config::get('business.phone.call')}}">
                    <h2>Neem Contact op: <strong>{{\Config::get('business.phone.display')}}</strong></h2>
                </a>
            </div>

            <div class="return-home cta-small">
                <a href="/">Return home</a>
            </div>

            <div class="error-box">
                <img alt="outside" src="/images/structure/outside-the-box.png"/>
            </div>
        </div>
    </div>
@endsection