fix: error rendering
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<div>
|
||||
<p class="font-mono font-semibold text-red-500 text-7xl">500</p>
|
||||
<h1 class="mt-4 font-bold tracking-tight dark:text-white">Wait, this is not cool...</h1>
|
||||
<p class="text-base leading-7 text-neutral-300">There has been an error, we are working on it.
|
||||
</p>
|
||||
<p class="text-base leading-7 text-neutral-300">There has been an error, we are working on it.</p>
|
||||
@if ($exception->getMessage() !== '')
|
||||
<code class="mt-6 text-xs text-left text-red-500">Error: {{ $exception->getMessage() }}
|
||||
</code>
|
||||
<div class="mt-6 text-xs text-left text-red-500 whitespace-pre-wrap">
|
||||
Error: {!! nl2br(e($exception->getMessage())) !!}
|
||||
</div>
|
||||
@endif
|
||||
<div class="flex items-center mt-10 gap-x-6">
|
||||
<a href="/">
|
||||
|
||||
Reference in New Issue
Block a user