2019-02-03 18:34:15 +01:00
|
|
|
@extends('simple-layout')
|
2015-07-12 21:01:42 +02:00
|
|
|
|
2016-08-14 13:29:35 +02:00
|
|
|
@section('content')
|
2015-07-12 21:01:42 +02:00
|
|
|
|
2019-02-03 18:34:15 +01:00
|
|
|
<div class="container small mt-xl">
|
|
|
|
<div class="card content-wrap auto-height">
|
|
|
|
<h1 class="list-heading">{{ trans('errors.app_down', ['appName' => setting('app-name')]) }}</h1>
|
|
|
|
<p>{{ trans('errors.back_soon') }}</p>
|
2017-08-26 15:53:23 +02:00
|
|
|
</div>
|
2016-08-14 13:29:35 +02:00
|
|
|
</div>
|
2015-07-12 21:01:42 +02:00
|
|
|
|
2016-08-14 13:29:35 +02:00
|
|
|
@stop
|