@forelse ($this->articles as $a) @empty @endforelse
Código Artículo Cantidad Costo prom. Valor stock
{{ $a->code ?? '—' }} {{ $a->name }} {{ number_format((float) $a->current_stock_qty, 2, ',', '.') }} ${{ number_format((float) $a->current_avg_cost, 2, ',', '.') }} ${{ number_format((float) $a->current_stock_value, 2, ',', '.') }}
Sin artículos con stock.
Total stock: ${{ number_format($this->total, 2, ',', '.') }}