@include('pdf.styles')
@include('pdf.partials.header-pdf',['empresa' => $empresa,'title' => 'REPORTE DE INGRESOS | '. $empresa->name])| Usuario Registro | Fecha Ingreso | Número de Guía | Total Aves | Peso Bruto | Peso Tara | Peso Neto |
|---|---|---|---|---|---|---|
| {{ $item->user_name }} | {{ $item->fecha_ingreso }} | {{ $item->numero_guia }} | {{ number_format($item->detalle_sum_cantidad_pollos, 0) }} | {{ number_format($item->peso_bruto, 2) }} | {{ number_format($item->peso_tara, 2) }} | {{ number_format($item->peso_neto, 2) }} |
| No hay movimientos | ||||||
| TOTALES | {{ number_format($totals->cantidad_pollos, 0) }} | {{ number_format($totals->total_peso_bruto, 2) }} | {{ number_format($totals->total_tara, 2) }} | {{ number_format($totals->total_peso_neto, 2) }} | ||