@extends('fragments.fullTemplate') @section('titulo') Detalles de informe Código QR @endsection @php $id_usuario = session('id_usuario'); if (! session('id_usuario')) { header('location: /'); die(); } @endphp @section('contenido')
Informe

VALIDACIÓN DE DATOS

Laboratorio de Ensayo acreditado por ema, a.c. con acreditación No EE-165-014/12
Vigencia de la Acreditación a partir del 05/09/2012
y Aprobación SE-DGN

{{----}} {{----}} {{----}} @if ($datos_informe->consta_de_accesorios == NULL) @else @endif @if ($datos_informe->num_seguimiento == NULL) @else @endif @if ($datos_informe->organismo == NULL) @else @endif @if ($datos_informe->numero_de_serie == NULL) @else @endif @if ($datos_informe->categoria_del_producto == NULL) @else @endif @php $fecha_grafica = $datos_informe->grafica_fecha; /*$arr_fecha_grafica = explode(" ",$fecha_grafica); if (count($arr_fecha_grafica) > 3 && count($arr_fecha_grafica) <= 6) { if ($arr_fecha_grafica[1] != "" && $arr_fecha_grafica[3] != "") { $fecha_del = date("d-m-Y", strtotime($arr_fecha_grafica[1])); $fecha_al = date("d-m-Y", strtotime($arr_fecha_grafica[3])); $fecha_grafica = 'Del '.$fecha_del.' Al '.$fecha_al; } }*/ @endphp {{----}} @if (isset($datos_informe->validacion_informe[0])) @if ($datos_informe->validacion_informe[0]['cambios_o_modificaciones_informe'] == NULL) @else @endif @endif @if ($datos_informe->observaciones_informe == NULL) @else @endif
NO. DE INFORME: {{$datos_informe->numero_informe}}
FECHA DE ENTRADA: {{date("d-m-Y", strtotime($datos_informe->fecha_entrada))}}
FECHA DE TÉRMINO: {{date("d-m-Y", strtotime($datos_informe->fecha_termino))}}
FECHA DE EMISIÓN: {{date("d-m-Y", strtotime($datos_informe->fecha_emision))}}
EMPRESA: {{$datos_informe->razon_social}}{{$json_datos_generales->cliente_informe->empresa ?? $json_datos_generales->cliente_informe->nombre_empresa}}
DIRECCIÓN: {{$direccion_cliente}}{{$direccion_cliente_informe}}
REPRESENTANTE: {{$representante_legal}}{{$json_datos_generales->cliente_informe->representante_legal}}
MUESTRA: {{$datos_informe->muestra}}
MARCA: {{$datos_informe->marca}}
MODELO: {{$datos_informe->modelo}}
CONSTA DE (O INCLUYE SI SON ACCESORIOS):----{{$datos_informe->consta_de_accesorios}}
FOLIO DE SEGUIMIENTO:----{{$datos_informe->num_seguimiento}}
ORGANISMO:----{{$datos_informe->organismo}}
NÚMERO DE SERIE:----{{$datos_informe->numero_de_serie}}
CATEGORÍA DEL PRODUCTO:----{{$datos_informe->categoria_del_producto}}
FECHA DE GRÁFICA:{{$fecha_grafica}}
ASIGNADO: {{$asignado_a}}
NORMA: {{$datos_informe->norma}}
CARACTERÍSTICAS DEL PRODUCTO: {{$datos_informe->caracteristicas_del_producto}}
APLICA SEGUIMIENTO: {{$datos_informe->aplica_seguimiento}}
CAMBIOS O MODIFICACIONES DURANTE EL PROCESO:----{{$datos_informe->validacion_informe[0]['cambios_o_modificaciones_informe']}}
OBSERVACIONES:----{{$datos_informe->observaciones_informe}} {{$qr_link}}
{{-- --}}

Manuel Nicolás Corpancho No. 364, Col. Lorenzo Boturini, 15820, México, CDMX
Tel. 5552 3478 / 5552 1992 / 19985041
www.seatsa.com.mx
FORSAT-7.1-12-00
{{--
--}}
@endsection