From dca19ed114556a37c0bbda324bfd3369382e302e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Tue, 17 Mar 2026 02:36:20 +0800 Subject: [PATCH] Dashboard: show pct and count in mini bar values for clarity --- resources/views/admin/dashboard.blade.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/admin/dashboard.blade.php b/resources/views/admin/dashboard.blade.php index cd5feb2..90c21f8 100644 --- a/resources/views/admin/dashboard.blade.php +++ b/resources/views/admin/dashboard.blade.php @@ -301,7 +301,7 @@
-
{{ $poUnpaidPendingPct }}%
+
{{ $poUnpaidPendingPct }}%({{ $poUnpaidPending }})
@@ -309,7 +309,7 @@
-
{{ $poPaidPendingPct }}%
+
{{ $poPaidPendingPct }}%({{ $poPaidPending }})
@@ -317,7 +317,7 @@
-
{{ $poSyncablePct }}%
+
{{ $poSyncablePct }}%({{ $poSyncable }})
@@ -329,7 +329,7 @@
-
{{ $poSyncFailedPct }}%
+
{{ $poSyncFailedPct }}%({{ $poSyncFailed }})
@@ -337,7 +337,7 @@
-
{{ $poNoReceiptPct }}%
+
{{ $poNoReceiptPct }}%({{ $poNoReceipt }})
@@ -345,7 +345,7 @@
-
{{ $poRenewalMissingPct }}%
+
{{ $poRenewalMissingPct }}%({{ $poRenewalMissing }})
@@ -374,7 +374,7 @@
-
{{ $pctExpiring7d }}%
+
{{ $pctExpiring7d }}%({{ $subExpiring7d }})
@@ -382,7 +382,7 @@
-
{{ $pctExpired }}%
+
{{ $pctExpired }}%({{ $subExpired }})