@foreach ($incomes as $income) @foreach ($income->income_rows as $income_row) @endforeach @endforeach
Entrada Fecha Dias Cliente Impo/Expo on-hold Materia/Equipo Transportista Referencia Caja Sello Proveedor Factura Tracking PO Usuario Revisada Revisada por Enviada NĂºmero de parte Cantidad de piezas UM. Piezas Bultos UM. Bulto Peso neto Peso bruto PO Descripcion Ing Descripcion Esp Pais Fraccion Marca Modelo Serie Locacion Skid IMMEX
{{ $income->getIncomeNumber() }} {{ $income->getDate() }} {{ $income->getDiasTrascurridos() }} {{ $income->customer->name }} {{ $income->impoExpo }} @if($income->onhold) Yes @endif {{ $income->type }} {{ $income->carrier->name }} {{ $income->reference }} {{ $income->trailer }} {{ $income->seal }} {{ $income->supplier->name }} {{ $income->invoice }} {{ $income->tracking }} {{ $income->po }} {{ $income->user }} @if($income->reviewed) Yes @endif {{ $income->reviewed_by }} @if($income->sent) Yes @endif {{ $income_row->part_number()->part_number }} {{ $income_row->units }} {{ $income_row->ump }} {{ $income_row->bundles }} {{ $income_row->umb }} {{ $income_row->net_weight }} {{ $income_row->gross_weight }} {{ $income_row->po }} {{ $income_row->desc_ing }} {{ $income_row->desc_esp }} {{ $income_row->origin_country }} {{ $income_row->fraccion }}.{{ $income_row->nico }} {{ $income_row->brand }} {{ $income_row->model }} {{ $income_row->serial }} {{ $income_row->location }} {{ $income_row->skids }} {{ $income_row->imex }}