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/otium.komma.nl/resources/views/templates/offline.blade.php
@extends('master', [ 'hideCookieMessage' => true])

@section('title', 'Offline | '. config('site.company_name'))

@section('content')

    <div class="l-block  l-contain">
        <div class="c-page-title">
            <h1 class="c-page-title__heading">Offline</h1>
            <h2>Check your internet connection and try again!</h2>
        </div>

        <div class="s-text  u-spacing-mt2">
            <p>
                Unfortunately, the page you requested cannot be loaded. We apologize for the inconvenience.
            </p>

            <div class="l-button-group  l-button-group--packed  u-spacing-mt4">
                <button class="c-button" onclick="window.location.reload()">
                    <span class="c-button__text">Reload page</span>
                </button>
            </div>
        </div>
    </div>


@endsection