login update
This commit is contained in:
@@ -37,4 +37,10 @@
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
@if(config('app.debug') && isset($exception))
|
||||
<div class="mt-8 mx-auto max-w-4xl text-left bg-black/40 rounded-xl p-4 overflow-auto">
|
||||
<div class="font-semibold text-white/80 mb-3">Exception: {{ $exception->getMessage() }}</div>
|
||||
<pre class="text-xs text-white/60 whitespace-pre-wrap">{{ $exception->getTraceAsString() }}</pre>
|
||||
</div>
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user