@if($format === 'pdf') @else @endif Ventas por producto
Reporte de Ventas por producto
Empresa: {{$company->name}}
RUC: {{$company->number}}
Establecimiento: {{$establishment->address}} - {{$establishment->department->description}} - {{$establishment->district->description}}
Fecha: {{ date('d/m/Y')}}
@foreach($records as $key => $row) @endforeach
# Código Nombre Laboratorio Movimiento Total
{{ $loop->iteration}} {{ $row['internal_id'] }} {{ $row['description'] }} {{ $row['brand'] }} {{ $row['move_quantity'] }} {{ $row['total'] }}