@extends('layouts.common') @section('headers') @endsection @section('content')

Importar masivo - {{$income_number}}


@csrf


@if (isset($excel_data)) @foreach ($excel_data as $excel_row) validation != "good") class="mass_row table-{{ $excel_row->validation }}" @else class="mass_row" @endif> @endforeach @endif
Numero_de_Parte Description_Ing Descripcion_Esp Pais Cantidad UM Bultos TipoBulto PesoNeto PesoBruto Fraccion Nico PO Marca Modelo Serie Locacion Regimen Lote Skid Immex
{{ $excel_row->part_number_name }} {{ $excel_row->desc_ing }} {{ $excel_row->desc_esp }} {{ $excel_row->origin_country }} {{ $excel_row->units }} {{ $excel_row->um }} {{ $excel_row->bundles }} {{ $excel_row->bundle_type }} {{ $excel_row->net_weight }} {{ $excel_row->gross_weight }} {{ $excel_row->fraccion }} {{ $excel_row->nico }} {{ $excel_row->po }} {{ $excel_row->brand }} {{ $excel_row->model }} {{ $excel_row->serial }} {{ $excel_row->location }} {{ $excel_row->regime }} {{ $excel_row->lot }} {{ $excel_row->skids }} {{ $excel_row->imex }} @if ($excel_row->validation_msg != "")@endif
@endsection @section('scripts') @endsection