@include('pdf.partials.styles_despachos')
{{ $empresa->address }}
Pedidos: {{ $empresa->phone }}
{{ $empresa->email }}
NÚMERO ORDEN DESPACHO: {{ $venta->serie_orden }} |
CLIENTE: {{ $venta->cliente->razon_social }} |
FECHA DE REGISTRO: {{ $venta->created_at->format('d/m/Y h:i:s A') }} |
FECHA DEL DESPACHO: {{ \Carbon\Carbon::parse($venta->fecha_despacho)->format('d/m/Y') }} |
COMENTARIO: {{ $venta->comentario }} |
No tiene devoluciones.
--}} @elseDEVOLUCIONES:
DESCUENTOS:
Producto | {{--Tipo | --}}# Aves | P.Bruto | # Jabas | Tara | P.Neto | P.Promedio |
---|---|---|---|---|---|---|---|
{{ $detalle->presentacion_pollo_descripcion }} / {{ $detalle->tipo_pollo_descripcion }} | {{----}} | {{ $detalle->cantidad_pollos }} | {{ number_format($detalle->peso_bruto, 2) }} | {{ $detalle->cantidad_jabas }} | {{ number_format($detalle->tara, 2) }} | {{ number_format($detalle->peso_neto, 2) }} | {{ number_format($detalle->peso_promedio, 2) }} |
Total | {{ number_format($venta->cantidad_pollos, 2) }} | {{ number_format($venta->peso_total_bruto, 2) }} | {{ $venta->cantidad_jabas }} | {{ number_format($venta->tara, 2) }} | {{ number_format($venta->peso_total_neto, 2) }} | {{ number_format($peso_total_descuento, 2) }} |