@if (count($data) > 1) Hojas de identificación @else Hoja de identificación @endif @foreach ($data as $hoja)
{{ $hoja->id_tarima }} {{ $hoja->tipoEntrada }}
{{ $hoja->tipo }}
{{ $hoja->codigo }}
{{ $hoja->descripcion }}
@php $columnas = 1; if ($hoja->fechaCaducidad) $columnas++; if (!empty($hoja->ubicacion)) $columnas++; $anchoCol = 100 / $columnas; @endphp @if ($hoja->fechaCaducidad) @endif @if (!empty($hoja->lpn_hu)) @endif @if ($hoja->fechaCaducidad) @endif @if (!empty($hoja->lpn_hu)) @endif
LoteCaducidadLPN / HU
{{ $hoja->lote }}{{ $hoja->fechaCaducidad }}{{ $hoja->lpn_hu }}
{!! DNS1D::getBarcodeHTML($hoja->id_codigo_ubicacion.'!tar', 'C128', 3, 70) !!}

{{ $hoja->fecha }}

@endforeach