| {{ __('CODIGO:') }} | {{ $ingreso->codigo }} |
|---|---|
| {{ __('FECHA DE INGRESO:') }} | {{ $ingreso->fecha_ingreso }} |
| {{ __('PRODUCTO:') }} | {{ $ingreso->estado }} |
| {{ __('REFERENCIA LOTE:') }} | {{ $ingreso->ref_lote }} |
| {{ __('DNI / RUC:') }} | {{ $ingreso->identificador }} |
| {{ __('NOMBRE / RAZONSOCIAL:') }} | {{ $ingreso->nom_iden }} |
| {{ __('PESO EXTERNO:') }} | {{ $ingreso->pesoexterno }} |
| {{ __('DESCUENTO:') }} | {{ $ingreso->descuento }} |
| {{ __('DESCRIPCION:') }} | {{ $ingreso->descripcion }} |
| {{ __('PESO TOTAL:') }} | {{ $ingreso->peso_total }} |
| {{ __('NUMERO DE TICKET:') }} | {{ $ingreso->NroSalida }} |
| {{ __('PLACA:') }} | {{ $ingreso->placa }} |
| {{ __('PROCEDENCIA:') }} | {{ $ingreso->procedencia }} |
| {{ __('DEPOSITO:') }} | {{ $ingreso->deposito }} |
| {{ __('BALANZA:') }} | {{ $ingreso->balanza }} |
| {{ __('TOLVA:') }} | {{ $ingreso->tolva }} |
| {{ __('GUIA TRANSPORTE:') }} | {{ $ingreso->guia_transporte }} |
| {{ __('GUIA REMISION:') }} | {{ $ingreso->guia_remision }} |
| {{ __('MUESTREO:') }} | {{ $ingreso->muestreo }} |
| {{ __('PREPARACION:') }} | {{ $ingreso->preparacion }} |
| {{ __('REQ. ANALISIS NASCA LAB:') }} | {{ $ingreso->req_analisis }} |
| {{ __('REQ. ANALISIS LAB PERU:') }} | {{ $ingreso->req_analisis1 }} |
| {{ __('FECHA SALIDA:') }} | {{ $ingreso->fecha_salida }} |
| {{ __('RETIRO:') }} | {{ $ingreso->retiro }} |
| {{ __('LOTE:') }} | {{ $ingreso->lote }} |