@php
$gross_ac=array();
@endphp
@foreach($account_types as $key => $t_row)
@endforeach
{{$t_row}} {{trans('accounts.accounts')}}
# | {{trans('accounts.holder')}} | {{trans('accounts.account')}} | {{trans('transactions.debit')}} | {{trans('transactions.credit')}} |
---|---|---|---|---|
$i | ".strip_tags($holder)." | ".strip_tags($acn)." | " . amountFormat($debit) . " | " . amountFormat($balance) . " |
{{ amountFormat($gross_debit)}} |
{{ amountFormat($gross)}} |
{{trans('accounts.account_type')}} | {{trans('transactions.debit')}} | {{trans('transactions.credit')}} |
---|---|---|
{{$g_row['name']}} | {{amountFormat($g_row['balance_debit'])}} | {{amountFormat($g_row['balance'])}} |