Tanggal : {{$tanggal}}
| No | Kode | Deskripsi | Debet | Kredit | |||
|---|---|---|---|---|---|---|---|
| 1 | - | Saldo Awal | @foreach ($list as $detail){{number_format($detail['balance'],0,',','.')}} | @php break; @endphp @endforeach- | |||
| {{$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) @php $income = $income + $item->amount; @endphp{{number_format($item->amount,0,',','.')}} | 0 | @else @php $inout = $inout + $item->amount; @endphp0 | {{number_format($item->amount,0,',','.')}} | @endif
| Total Pemasukan/Pengeluaran | {{number_format($income,0,',','.')}} | {{number_format($inout,0,',','.')}} | |||||
| Saldo Akhir Kas | {{count($dataall['data']) > 0? number_format($detail['cash'],0,',','.') : '-'}} | ||||||
Dicetak Pada : {{date('d/m/Y')}}