{{ optional($company)->name ?? 'Reporte' }}

Ventas por laboratorio  |  Del {{ $from }} al {{ $to }}  |  incluye boletas, facturas y notas de venta
@forelse($rows as $row) @empty @endforelse @if(count($rows)) @endif
Laboratorio Cant. Total % part.
{{ $row->laboratorio }} {{ number_format($row->cantidad, 2) }} {{ number_format($row->total, 2) }} {{ $row->porcentaje }}%
Sin ventas en el perĂ­odo.
TOTAL {{ number_format($total, 2) }} 100%