Add dashboard upgrade banner for free Care plans.
Deploy Ladill Care / deploy (push) Successful in 38s

Surface Pro and Enterprise pricing on the healthcare dashboard for orgs still on the free tier.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-30 18:13:18 +00:00
co-authored by Cursor
parent 2808c7894e
commit 7663fd49f4
4 changed files with 21 additions and 1 deletions
+6
View File
@@ -238,4 +238,10 @@ return [
'api_key' => env('QUEUE_API_KEY_CARE'),
],
'upgrade_banner' => [
'title' => 'Unlock Care Pro or Enterprise',
'description' => 'Unlimited branches, lab & pharmacy modules, encounter billing — from GHS 199/mo.',
'route' => 'care.pro.index',
],
];