Fix 500 on authenticated pages by correcting Afia route.
Deploy Ladill Servers / deploy (push) Successful in 22s

Point Afia chat at servers.afia.chat, add missing input-error component, and fix stale layout/order route names.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-06 19:39:27 +00:00
co-authored by Cursor
parent b6c8ac343f
commit 1217bdac41
4 changed files with 18 additions and 13 deletions
@@ -22,7 +22,7 @@
])->all();
$statusColors['approved'] = 'bg-amber-50 text-amber-700 border-amber-200';
$backRoute = $order->product?->type === 'dedicated' ? route('hosting.dedicated') : route('hosting.vps');
$backRoute = $order->product?->type === 'dedicated' ? route('servers.dedicated') : route('servers.vps');
$backLabel = $order->product?->type === 'dedicated' ? 'Dedicated Servers' : 'VPS';
$serverOrder = (array) ($order->meta['server_order'] ?? []);
$selectionSummary = (array) ($serverOrder['selection_summary'] ?? []);