@foreach($data as $item) @endforeach
Kode Tgl Akun Deskripsi Nominal
{{$item->code ?? '-'}} {{$item->date ?? '-'}} {{ $item->chart_of_account ? $item->chart_of_account->name : "-" }} {{$item->description ?? "-"}} {{number_format($item->amount ?? 0,2,',','.')}}