Remove the error dump from a 500 message
This commit is contained in:
parent
a56d67e1a1
commit
23a50ec6ec
@ -18,7 +18,7 @@
|
||||
<div class="error-page">
|
||||
<h2 class="headline text-red">500</h2>
|
||||
<div class="error-content">
|
||||
<h3><i class="fa fa-warning text-red pt-4"></i> Oops! {{ $exception->getMessage() }}</h3>
|
||||
<h3><i class="fa fa-warning text-red pt-4"></i> Oops!</h3>
|
||||
<p>
|
||||
{{ trans('adminlte_lang::message.wewillwork') }}
|
||||
{{ trans('adminlte_lang::message.mainwhile') }} <a href='{{ url('/home') }}'>{{ trans('adminlte_lang::message.returndashboard') }}</a>.
|
||||
|
Loading…
Reference in New Issue
Block a user