Total Balance
{{ number_format($summary['balance'], 2) }}
Total Income
{{ number_format($summary['income'], 2) }}
Total Expense
{{ number_format($summary['expense'], 2) }}
Total Saving
{{ number_format($summary['saving'], 2) }}
Loan Taken
{{ number_format($summary['loan_taken'], 2) }}
Loan Given
{{ number_format($summary['loan_given'], 2) }}
Baki
{{ number_format($summary['baki'], 2) }}
| Date | Type | Title | Category | Amount |
|---|---|---|---|---|
| {{ $transaction->transaction_date->format('Y-m-d') }} | {{ str_replace('_', ' ', $transaction->type) }} | {{ $transaction->title }} | {{ $transaction->category }} | {{ number_format($transaction->amount, 2) }} |
| No transactions found. | ||||