{{$count++}}
|
@foreach ($glAccounts as $glAccount)
@foreach ($accounts as $account)
@if ($entry->accountId == $account->id && $account->parentAccountId == $glAccount->id)
{{$glAccount->name}}
@endif
@endforeach
@endforeach
|
@foreach ($accounts as $account)
@if ($entry->accountId == $account->id)
{{$account->name}}
@endif
@endforeach
|
${{$entry->debit}}
|
${{$entry->credit}}
|
|
@endif
@endforeach