We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa36e20 + d4d2edd commit 6bfcb2cCopy full SHA for 6bfcb2c
src/Illuminate/Foundation/Exceptions/views/503.blade.php
@@ -2,4 +2,4 @@
2
3
@section('title', 'Service Unavailable')
4
5
-@section('message', 'Be right back.')
+@section('message', __($exception->getMessage() ?: 'Be right back.'))
0 commit comments