{{-- --}}
Empresa:
{{$datos_empresa_muestra->razon_social}}
Cliente:
{{$datos_contacto->nombre_cliente}} {{$datos_contacto->apaterno_cliente}} {{$datos_contacto->amaterno_cliente}}
| FECHA | N° DE INFORME | ASIGNACIÓN | OBSERVACIONES | |||
|---|---|---|---|---|---|---|
| ENTRADA | @if ($datos_programacion_muestra->fecha_real_entrada != NULL){{formato_fecha($datos_programacion_muestra->fecha_real_entrada)}} | @else@endif | {{$datos_programacion_muestra->folio_programacion}} | {{$datos_programacion_muestra->nombre_tecnico}} {{$datos_programacion_muestra->apaterno_tecnico}} | {{$datos_programacion_muestra->observaciones}} | |
| ENTRADA A PRUEBAS | @if ($datos_programacion_muestra->fecha_pruebas != NULL){{formato_fecha($datos_programacion_muestra->fecha_pruebas)}} | @else@endif | ||||
| GRÁFICA 1 | @if ($datos_programacion_muestra->grafica_fecha != NULL){{$datos_programacion_muestra->grafica_fecha}} | @else@endif | @if ($datos_programacion_muestra->camara_humedad != NULL) | {{$datos_programacion_muestra->camara_humedad}} | @else@endif | |
| GRÁFICA 2 | @if ($datos_programacion_muestra->grafica_fecha_2 != NULL){{$datos_programacion_muestra->grafica_fecha_2}} | @else@endif | @if ($datos_programacion_muestra->camara_humedad_2 != NULL) | {{$datos_programacion_muestra->camara_humedad_2}} | @else@endif | |
| TÉRMINO DE PRUEBAS | @if ($datos_programacion_muestra->fecha_termino_pruebas != NULL){{formato_fecha($datos_programacion_muestra->fecha_termino_pruebas)}} | @else@endif | ||||
| ENTREGA | @if ($datos_programacion_muestra->fecha_entrega_cliente != NULL){{formato_fecha($datos_programacion_muestra->fecha_entrega_cliente)}} | @else@endif | ||||