@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')
| 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): | @if ($datos_informe->consta_de_accesorios == NULL)---- | @else{{$datos_informe->consta_de_accesorios}} | @endif|
| FOLIO DE SEGUIMIENTO: | @if ($datos_informe->num_seguimiento == NULL)---- | @else{{$datos_informe->num_seguimiento}} | @endif|
| ORGANISMO: | @if ($datos_informe->organismo == NULL)---- | @else{{$datos_informe->organismo}} | @endifNÚMERO DE SERIE: | @if ($datos_informe->numero_de_serie == NULL)---- | @else{{$datos_informe->numero_de_serie}} | @endif
| CATEGORÍA DEL PRODUCTO: | @if ($datos_informe->categoria_del_producto == NULL)---- | @else{{$datos_informe->categoria_del_producto}} | @endif|
| FECHA DE GRÁFICA: | @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{{$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: | @if (isset($datos_informe->validacion_informe[0])) @if ($datos_informe->validacion_informe[0]['cambios_o_modificaciones_informe'] == NULL)---- | @else{{$datos_informe->validacion_informe[0]['cambios_o_modificaciones_informe']}} | @endif @endif|
| OBSERVACIONES: | @if ($datos_informe->observaciones_informe == NULL)---- | @else{{$datos_informe->observaciones_informe}} | {{$qr_link}} | @endif
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 | --}}