Fix onboarding 500 by replacing leftover Frontdesk route references.
Deploy Ladill Queue / deploy (push) Successful in 38s

Point layout partials at qms routes and add wallet/afia endpoints so shared shell renders on queue.ladill.com.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-29 20:47:42 +00:00
co-authored by Cursor
parent cca98eefd2
commit 6bb181bbc1
8 changed files with 269 additions and 15 deletions
@@ -6,7 +6,7 @@
<p class="mt-1 text-sm text-slate-500">Add funds to your Ladill wallet to continue.</p>
</div>
<form action="{{ route('frontdesk.wallet') }}" method="GET" class="p-5 sm:p-6">
<form action="{{ route('qms.wallet') }}" method="GET" class="p-5 sm:p-6">
@csrf
<input type="hidden" name="return_url" value="{{ $returnUrl ?? url()->current() }}">