@if($format === 'pdf') @else @endif
| 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')}} | |||||||||||
| # | Código | Nombre | Laboratorio | Movimiento | Total |
|---|---|---|---|---|---|
| {{ $loop->iteration}} | {{ $row['internal_id'] }} | {{ $row['description'] }} | {{ $row['brand'] }} | {{ $row['move_quantity'] }} | {{ $row['total'] }} |