![]() |
REGISTRO | PLL-REG-021 Versión 002 |
|---|---|---|
| Control microbiologico de producto terminado uht | ||
| Lote | Numero | @foreach ($origenes as $origenAlias){{ $origenAlias }} | @endforeach|||||
|---|---|---|---|---|---|---|---|
| RT | MyL | @endforeach||||||
| {{ $items->first()->lote }} | {{ $numero }} | @foreach ($origenes as $origenId => $origenAlias) @php $item = $items->firstWhere('origen_id', $origenId); @endphp @if ($item) @if (!is_null($item->rt)){{ $item->rt ?? '-' }} | @else- | @endif @if (!is_null($item->moho)){{ $item->moho ?? '-' }} | @else- | @endif @else- | - | @endif @endforeach
| {{ $origenAlias }} | @endforeach|||
|---|---|---|---|
| RT | MyL | @endforeach||
| {{ $origen['con_espacio_rt'] }}/{{ $origen['total'] }} | {{ $origen['con_moho'] }}/{{ $origen['con_moho2'] }} | @else- | - | @endif @endforeach
| Usuarios Siembra | Usuarios Lectura 2 dias | Usuarios Lectura 5 dias |
|---|---|---|
| {{ ucwords(strtolower($usuariosSiembra[$i]->nombre ?? '')) }} {{ ucwords(strtolower($usuariosSiembra[$i]->apellido ?? '')) }} | {{ ucwords(strtolower($usuariosRt[$i]->nombre ?? '')) }} {{ ucwords(strtolower($usuariosRt[$i]->apellido ?? '')) }} | {{ ucwords(strtolower($usuariosMoho[$i]->nombre ?? '')) }} {{ ucwords(strtolower($usuariosMoho[$i]->apellido ?? '')) }} |