{{ $this->form }}
Aplicar filtros
@forelse($this->rows as $row) @empty @endforelse
Artículo Cantidad Total
@if($row->article) {{ $row->article->code }} {{ $row->article->name }} @else {{ $row->description ?? '—' }} @endif {{ $row->qty }} ${{ number_format((float)$row->total, 2, ',', '.') }}
Sin ventas en el período.