{{ $record->month }} {{ $record->year }}
Total Income
{{ $fmt($s['income']) }}
Total Expense
{{ $fmt($s['expense']) }}
Est. Profit
{{ $fmt($profit) }}
Ending Balance
{{ $fmt($s['ending']) }}
Income vs Target
{{ $fmtSigned($incDiff) }}
Expense vs Target
{{ $fmtSigned($expDiff) }}
Profit vs Target
{{ $fmtSigned($profitDiff) }}
Estimasi Pendapatan
@if($record->estimatedIncomes->isEmpty())Belum ada item.
@else| Deskripsi | Real | Target |
|---|---|---|
| {{ $item->description }} | {{ $fmt($item->nominal_real) }} | {{ $fmt($item->nominal_target) }} |
| Total | {{ $fmt($record->income_total_nominal_real) }} | {{ $fmt($record->income_total_nominal_target) }} |
Estimasi Pengeluaran
@if($record->estimatedExpenses->isEmpty())Belum ada item.
@else| Deskripsi | Real | Target |
|---|---|---|
| {{ $item->description }} | {{ $fmt($item->nominal_real) }} | {{ $fmt($item->nominal_target) }} |
| Total | {{ $fmt($record->expense_total_nominal_real) }} | {{ $fmt($record->expense_total_nominal_target) }} |