diff --git a/resources/views/finance/dashboard.blade.php b/resources/views/finance/dashboard.blade.php index 067e0328..14127a80 100644 --- a/resources/views/finance/dashboard.blade.php +++ b/resources/views/finance/dashboard.blade.php @@ -51,7 +51,7 @@ class="inline-flex items-center gap-2 px-4 py-2 bg-blue-600 hover:bg-blue-700 te
예정 수입
-+{{ number_format($scheduleSummary['pending_income']) }}원
++{{ number_format($monthlySummary['income']['pending']) }}원
이번 달 예정
예정 지출
--{{ number_format($scheduleSummary['pending_expense']) }}원
+-{{ number_format($monthlySummary['expense']['pending']) }}원
이번 달 예정