@foreach($batch_journal as $main => $journal) @foreach ($journal['data'] as $detail) @endforeach @endforeach
Journal Entry Reference No Account No Description Debet Credit Remark
{{$journal['journal_entry']}} {{$journal['reference_no']}}
{{$detail['account_no']}} {{$detail['description'] ?? '-'}} {{$detail['debet']}} {{$detail['credit']}} {{$detail['remark'] ?? '-'}}
Total {{$journal['total_debet']}} {{$journal['total_credit']}}
Balance {{$journal['balance']}}