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