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

Highlight Pro and Business plans on the register overview for merchants on the free tier.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-30 18:13:22 +00:00
co-authored by Cursor
parent e1053746ac
commit 88e1c28aac
4 changed files with 20 additions and 0 deletions
+2
View File
@@ -47,6 +47,8 @@ class PosRegisterTest extends TestCase
->get(route('pos.dashboard'))
->assertOk()
->assertSee('Overview')
->assertSee('Unlock POS Pro or Business')
->assertSee('View plans')
->assertSee('favicon.ico', false);
}