@foreach ($accTypes as $accType)
| {{ $accType->type_name }} |
| Detail |
Nominal |
@if (array_key_exists($accType->id, $glLedgers))
@foreach ($glLedgers[$accType->id] as $glLedger)
@if (array_key_exists($glLedger->id, $slLedgers))
| {{ $glLedger->ledger_head }} |
{{ number_format($ttlGl, 2) }} |
@endif
@endforeach
@endif
| Total |
@if ($set_currency->currency_position == 2)
{{ $set_currency->symbol }}
@endif
{{ number_format($ttlAmount, 2) }}
@if ($set_currency->currency_position == 1)
{{ $set_currency->symbol }}
@endif
{{ $set_currency->currency_text }}
|
@if ($accType->id == 1)
| |
@endif
@endforeach