@foreach($data as $item) @endforeach
Kode Nama Type Saldo
{{$item->code ?? '-'}} {{$item->name ?? '-'}} {{$item->type}} {{number_format($item->balance ?? 0,2,',','.')}}