Nest Care team under settings with Frontdesk-style UI.
Deploy Ladill Care / deploy (push) Successful in 46s

Move team routes to /settings/team, restyle list and invite pages with settings layout and breadcrumbs, and keep legacy /members redirects.
This commit is contained in:
isaacclad
2026-07-16 09:08:24 +00:00
parent 59ddf92642
commit b092f9a934
5 changed files with 160 additions and 123 deletions
+3 -1
View File
@@ -139,7 +139,9 @@ class CareWebTest extends TestCase
$this->actingAs($this->user)
->get(route('care.members.index'))
->assertOk()
->assertSee('test-user-001');
->assertSee('Team members')
->assertSee('test@example.com')
->assertSee('Settings');
}
public function test_audit_log_index_loads(): void