Cliente: {{ $income->customer->name }} Impo/Expo: {{ $income->impoExpo }}
Transportista: {{ $income->carrier->name }} Proveedor: {{ $income->supplier->name }}
Factura: {{ $income->invoice }} Sello: {{ $income->seal }} Caja: {{ $income->trailer }}
Referencia: {{ $income->reference }} Tracking: {{ $income->tracking }}
@if ($income->urgent) @endif
* Urgente *
Entrada: {{ $income->getIncomeNumber() }}
*{{ $income->getIncomeNumber() }}*
Fecha: {{ date("m/d/Y",strtotime($income->cdate)) }}
{{ $income->type }}

@php $break = 4; $pages = 1; $it = 0; foreach ($income->income_rows as $income_row) { $it++; if ($it % $break == 0) { $pages++; $it = 0; } } $page = 1; @endphp @foreach($income->income_rows as $income_row)
{{ utf8_encode($loop->iteration) }} No. Parte Cantidad Bultos Peso Nt: Lbs/Kg Peso Bt: Lbs/kg Pais Fraccion-Nico PO
{{ utf8_encode($income_row->part_number()->part_number) }} {{ utf8_encode($income_row->units * 1) }} {{ utf8_encode($income_row->ump) }} {{ utf8_encode($income_row->getBultos()) }} {{ utf8_encode($income_row->umb) }} {{ utf8_encode($income_row->net_weight * 1) }} Lbs / {{ utf8_encode(round($income_row->net_weight * 0.453592,2,PHP_ROUND_HALF_UP ))}} Kg {{ utf8_encode($income_row->gross_weight * 1) }} Lbs / {{ utf8_encode(round($income_row->gross_weight * 0.453592,2,PHP_ROUND_HALF_UP ))}} Kg {{ utf8_encode($income_row->origin_country) }} {{ utf8_encode($income_row->fraccion) }}-{{ utf8_encode($income_row->nico) }} {{ utf8_encode($income_row->po) }}
Desc Ing Desc Esp Obeservaciones
{{ utf8_encode($income_row->desc_ing) }} {{ utf8_encode($income_row->desc_esp) }} {{ utf8_encode($income_row->observations) }}
Locacion Marca Modelo Serie Imex
{{ utf8_encode($income_row->location) }} {{ utf8_encode($income_row->brand) }} {{ utf8_encode($income_row->model) }} {{ utf8_encode($income_row->serial) }} {{ utf8_encode($income_row->imex) }}
@if ($page != 1)
@endif

@if ($loop->iteration % $break == 0)
@php $page++; @endphp @endif @endforeach
Observaciones:

{{ $income->observations }}

Peso Neto Peso Bruto Piezas UM Bultos UM
{{ $income->getPesoNeto() }} lbs / {{ round( $income->getPesoNeto() * 0.453592,2,PHP_ROUND_HALF_EVEN) }} kg {{ $income->getPesoBruto() }} lbs / {{ round( $income->getPesoBruto() * 0.453592,2, PHP_ROUND_HALF_EVEN) }} kg {!! str_replace("
","
",$income->getPiezasSum()) !!}
{!! str_replace("
","
",$income->getBultosSum()) !!}
Total: {!! str_replace("
","
",$income->getPiezasTotalSum()) !!}
Total: {!! str_replace("
","
",$income->getBultosTotalSum()) !!}