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

Show the Pro upsell CTA on the reception dashboard so free orgs can discover plans without opening the sidebar.

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 0351771b00
commit 6bc52d9ef3
4 changed files with 21 additions and 1 deletions
+3 -1
View File
@@ -71,7 +71,9 @@ class FrontdeskProTest extends TestCase
$this->actingAs($this->owner)
->get(route('frontdesk.dashboard'))
->assertOk()
->assertSee('Upgrade to Pro');
->assertSee('Upgrade to Pro')
->assertSee('Unlock Frontdesk Pro or Enterprise')
->assertSee('View plans');
}
public function test_subscribe_upgrades_organization(): void