{{ $company_name }}
Trial Balance
{{ $title_date }}
@foreach ($accTypes as $accType) @if (array_key_exists($accType->id, $glLedgers)) @foreach ($glLedgers[$accType->id] as $glLedger) @if (array_key_exists($glLedger->id, $slLedgers)) @if (!empty($html)) @endif @endif @endforeach @endif @endforeach
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 }}