login update

This commit is contained in:
2026-03-05 11:24:37 +01:00
parent 5a33ca55a1
commit f6772f673b
67 changed files with 10640 additions and 116 deletions

View File

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