blessing-skin-server/resources/views/errors/503.tpl
2016-09-18 19:45:01 +08:00

10 lines
242 B
PHP

@extends('errors.general')
@section('title', '503 Service Unavailable')
@section('content')
<h1>{{ trans('errors.be-right-back') }}</h1>
<p>{{ trans('errors.details').$exception->getMessage() ?: trans('errors.error503') }}</p>
@endsection