| Detail | Debit Amount | Credit Amount |
| {{ $glLedger->ledger_head }} | {{ number_format($ttlGl_dr, 2) }} | {{ number_format($ttlGl_cr, 2) }} |
| Total | @if ($set_currency->currency_position == 2) {{ $set_currency->symbol }} @endif {{ number_format($ttlDebit, 2) }} @if ($set_currency->currency_position == 1) {{ $set_currency->symbol }} @endif {{ $set_currency->currency_text }} | @if ($set_currency->currency_position == 2) {{ $set_currency->symbol }} @endif {{ number_format($ttlCredit, 2) }} @if ($set_currency->currency_position == 1) {{ $set_currency->symbol }} @endif {{ $set_currency->currency_text }} |