Update 503.blade.php

This commit is contained in:
bhumikaisarani 2020-05-31 16:45:43 +05:30 committed by GitHub
parent 05a1e0eb13
commit 37c3e2b046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
@section('title', __('Service Unavailable'))
@section('code', '503')
@section('message', __($exception->getMessage() ?: 'Service Unavailable'))
@section('message', __($exception->getMessage() ?: 'Srvice Unavailable'))