Add dashboard upgrade banner for free Queue plans.
Deploy Ladill Queue / deploy (push) Successful in 1m8s

Extract the Pro upsell into a shared partial so free orgs see View plans on the dashboard, not only in the sidebar.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-30 18:13:16 +00:00
co-authored by Cursor
parent 6e7255b9f5
commit a0b5230c4c
4 changed files with 20 additions and 10 deletions
+6
View File
@@ -246,4 +246,10 @@ return [
'display_poll_ms' => (int) env('QUEUE_DISPLAY_POLL_MS', 1200),
'upgrade_banner' => [
'title' => 'Unlock Queue Pro or Enterprise',
'description' => 'Unlimited branches, advanced routing, Care & Frontdesk integrations — from GHS 99/mo.',
'route' => 'qms.pro.index',
],
];