Add wallet balance widget to the profile menu (after Billing)
Deploy Ladill QR Plus / deploy (push) Successful in 23s

Wallet balance peek rendered as a menu row directly under Billing, backed by
a /wallet/balance endpoint (BillingClient) and guarded by Route::has. Also
opens Afia via a direct window event for reliability.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
isaacclad
2026-06-23 12:25:51 +00:00
co-authored by Claude Opus 4.8
parent b9c988df9d
commit 93a78cdba5
13 changed files with 201 additions and 16 deletions
+2
View File
@@ -4,4 +4,6 @@ return [
'api_url' => env('BILLING_API_URL', 'https://ladill.com/api/billing'),
'api_key' => env('BILLING_API_KEY_QR'),
'service' => 'qr',
'wallet_balance_route' => 'wallet.balance',
'currency' => 'GHS',
];