blessing-skin-server/resources/views/errors/503.tpl
2016-09-04 15:16:42 +08:00

10 lines
229 B
PHP

@extends('errors.general')
@section('title', '503 Service Unavailable')
@section('content')
<h1>Be right back.</h1>
<p>详细信息:{{ $exception->getMessage() ?: "Application is now in maintenance mode." }}</p>
@endsection