Update 503.blade.php
This commit is contained in:
parent
05a1e0eb13
commit
37c3e2b046
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
@section('title', __('Service Unavailable'))
|
||||
@section('code', '503')
|
||||
@section('message', __($exception->getMessage() ?: 'Service Unavailable'))
|
||||
@section('message', __($exception->getMessage() ?: 'Srvice Unavailable'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue