ACCOUNT SUMMARY REPORT

Income Details
Particulars Amount (₹)
Loan Interest Collection {{ number_format($paidInterest,2) }}
Loan Penalty Collection {{ number_format($paidPenalty,2) }}
Thrift Fund Collection {{ number_format($thriftFund,2) }}
Welfare Fund Collection {{ number_format($welfareFund,2) }}
Total Income {{ number_format($totalIncome,2) }}
Expenditure Details
@forelse($expenses as $exp) @empty @endforelse
Expense Head Amount (₹)
{{ $exp->expense_name }} {{ number_format($exp->total_amount,2) }}
No Expenses Found
Total Expenses {{ number_format($totalExpense,2) }}
Net Position
Net Balance (Income - Expense) ₹ {{ number_format($netBalance,2) }}