Remove the error dump from a 500 message

This commit is contained in:
Deon George 2024-07-03 13:51:03 +10:00
parent a56d67e1a1
commit 23a50ec6ec

View File

@ -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>.