2016-08-14 19:29:35 +08:00
|
|
|
@extends('public')
|
2015-07-13 03:01:42 +08:00
|
|
|
|
2016-08-14 19:29:35 +08:00
|
|
|
@section('content')
|
2015-07-13 03:01:42 +08:00
|
|
|
|
2016-08-14 19:29:35 +08:00
|
|
|
<div class="container">
|
|
|
|
<h1 class="text-muted">{{ setting('app-name') }} is down right now</h1>
|
|
|
|
<p>It will be back up soon.</p>
|
|
|
|
</div>
|
2015-07-13 03:01:42 +08:00
|
|
|
|
2016-08-14 19:29:35 +08:00
|
|
|
@stop
|