diff --git a/resources/views/finance/daily-fund.blade.php b/resources/views/finance/daily-fund.blade.php index 5d3cb947..2189cde0 100644 --- a/resources/views/finance/daily-fund.blade.php +++ b/resources/views/finance/daily-fund.blade.php @@ -224,19 +224,18 @@ className="px-3 py-2 border border-gray-300 rounded-lg text-sm" - - {report.deposits.length === 0 ? ( - + ) : ( <> {report.deposits.map((d, dIdx) => ( @@ -248,9 +247,6 @@ className="px-3 py-2 border border-gray-300 rounded-lg text-sm" - ))} @@ -258,7 +254,6 @@ className="px-3 py-2 border border-gray-300 rounded-lg text-sm" - )}
+ 입금
입금처/적요 금액잔액
입금 내역 없음
입금 내역 없음
{formatCurrency(d.amount)} - {formatCurrency(d.balance)} -
{formatCurrency(report.totalDeposit)}