Tanggal : {{$tanggal}}
| No | Kode | Deskripsi | Debet | Kredit | |||
|---|---|---|---|---|---|---|---|
| 1 | - | Saldo Awal | 0 | - | |||
| {{$item->id+1}} | @if ($item->is_income) @foreach ($item->transaction as $detailitem){{$detailitem ? $detailitem->code : '-'}} | @endforeach @else- | @endif{{$item->cash_in_out_category->name}} | @if ($item->is_income){{number_format($item->amount,0,',','.')}} | 0 | @else0 | {{number_format($item->amount,0,',','.')}} | @endif
| Saldo Akhir | {{count($dataall['data']) > 0? number_format($detail['cash'],0,',','.') : '-'}} | ||||||
Dicetak Pada : {{date('d/m/Y')}}