| Total Income | {{ $fmt($totalIncome) }} |
| Total Expense | {{ $fmt($totalExpense) }} |
| {{ $isProfit ? 'Net Profit' : 'Net Loss' }} | {{ $fmt(abs($netProfitLoss)) }} |
| Particular | Amount |
|---|---|
| {{ $row['label'] }} | {{ $fmt($row['amount']) }} |
| No income data found for this period. | |
| Particular | Amount |
|---|---|
| {{ $row['label'] }} | {{ $fmt($row['amount']) }} |
| No expense data found for this period. | |
| Loan Finance Cost | {{ $fmt($loanFinanceCostTotal) }} |