Use compact operational KPIs in the Reports page hero.
Deploy Ladill Care / deploy (push) Successful in 56s

Hero cards now show patient/appointment/lab counts instead of long currency strings, and page-hero values truncate safely for large figures.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-20 11:09:25 +00:00
co-authored by Cursor
parent a3839da869
commit 76241ac2b5
3 changed files with 11 additions and 8 deletions
+3 -1
View File
@@ -114,7 +114,9 @@ class CareAdminOverviewTest extends TestCase
$this->actingAs($this->admin)
->get(route('care.reports.index'))
->assertOk()
->assertSee('Revenue today')
->assertSee('New patients MTD')
->assertSee('Appointments MTD')
->assertSee('Lab pending')
->assertSee('Detailed reports')
->assertSee('Finance');
}