Nest Care branches under settings with Frontdesk-style UI.
Deploy Ladill Care / deploy (push) Successful in 1m25s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user