Nest Care branches under settings with Frontdesk-style UI.
Deploy Ladill Care / deploy (push) Successful in 1m25s

Move branch routes to /settings/branches, restyle list/create/edit with settings layout and breadcrumbs, and keep legacy /branches redirects.
This commit is contained in:
isaacclad
2026-07-16 09:10:06 +00:00
parent b092f9a934
commit 0181c958f5
5 changed files with 115 additions and 58 deletions
+3 -1
View File
@@ -131,7 +131,9 @@ class CareWebTest extends TestCase
$this->actingAs($this->user)
->get(route('care.branches.index'))
->assertOk()
->assertSee('Main Branch');
->assertSee('All branches')
->assertSee('Main Branch')
->assertSee('Settings');
}
public function test_members_index_loads(): void