| Account Name | {{@ucwords(@strtolower($account_details->account_name))}} |
| Balance | {{empty($app->currency) ? "GHS" : $app->currency}}@convert(($transactions_db->sum('debit') + $balance_b_f_) - $transactions_db->sum('credit')) |
| # | Date | Narration | Note | Increase {{empty($app->currency) ? "GHS" : $app->currency}} |
Decrease {{empty($app->currency) ? "GHS" : $app->currency}} |
Balance {{empty($app->currency) ? "GHS" : $app->currency}} |
|
|---|---|---|---|---|---|---|---|
| Balance B/F | @if($balance_b_f_ < 0) @convert(abs($balance_b_f_)) CR @else @convert(abs($balance_b_f_)) DR @endif | ||||||
| {{$transactions->id}} |