@if (isset($inventario_suficiente)) @if (!$inventario_suficiente) @endif @endif @php $aux_income = ""; $tr_color = "table-secondary"; @endphp @foreach ($inventory as $row) @php $is_first = false; if($aux_income != $row->income_id) { $aux_income = $row->income_id; $is_first = true; if ($tr_color == "") { $tr_color = "table-secondary"; } else { $tr_color = ""; } } @endphp @endforeach
Entrada # Fecha Número_de_parte Piezas Bultos Tipo_bulto Peso_neto Peso_bruto Description PO
@if ($is_first) @endif
{{ $row->income->getIncomeNumber() }} {{ explode(' ',$row->income->cdate)[0] }} {{ $row->part_number()->part_number }} @php echo ""; @endphp {{ $row->desc_ing }} {{ $row->po }}