Drop heroes from analytics pages and remove bordered show cards.
Deploy Ladill Queue / deploy (push) Successful in 43s

Analytics, Reports, Feedback, and Branches use simple headers again;
report and related show views use shadow panels instead of card borders.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-06 08:21:35 +00:00
co-authored by Cursor
parent bf879d6abe
commit 89300fc6d6
15 changed files with 126 additions and 180 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
@if (session('success'))
<p class="mb-4 rounded-lg bg-emerald-50 px-3 py-2 text-sm text-emerald-800">{{ session('success') }}</p>
@endif
<div class="rounded-2xl border bg-white p-8 text-center dark:border-slate-700 dark:bg-slate-900">
<div class="rounded-2xl bg-white p-8 text-center shadow-sm">
<p class="text-sm uppercase text-slate-500">Ticket</p>
<p class="text-5xl font-bold text-indigo-600">{{ $ticket->ticket_number }}</p>
<p class="mt-2 text-lg">{{ $ticket->serviceQueue?->name }}</p>