@foreach($items as $item) @endforeach
# CÓDIGO AVALON DESCRIPCIÓN DEL ITEM UNIDAD DE MEDIDA CANTIDAD VALOR TOTAL
{{ $loop->iteration }} {{ $item->codigo_avalon }} {{ $item->descripcion }} {{ $item->unidad_medida }} {{ number_format($item->saldo,2) }} {{ number_format($item->valor_total,2) }}
TOTAL {{ number_format($items->sum('valor_total'),2) }}