| 類型 | 筆數 | 金額 |
|---|---|---|
| {{ \App\Models\Income::getIncomeTypeLabel($item->income_type) }} | {{ number_format($item->count) }} | NT$ {{ number_format($item->total_amount, 2) }} |
此期間無收入資料
@endif| 科目 | 筆數 | 金額 |
|---|---|---|
| @if ($item->chartOfAccount) {{ $item->chartOfAccount->account_code }} - {{ $item->chartOfAccount->account_name_zh }} @else 未分類 @endif | {{ number_format($item->count) }} | NT$ {{ number_format($item->total_amount, 2) }} |
此期間無收入資料
@endif| 月份 | 筆數 | 金額 | 圖示 |
|---|---|---|---|
| {{ $m }}月 | {{ number_format($count) }} | NT$ {{ number_format($amount, 2) }} |
|
此年度無收入資料
@endif