SERVICIOS DE ANÁLISIS TÉCNICOS, S.A. DE C.V.

DIFUSIÓN DE CAMBIOS
Y DISTRIBUCIÓN DE DOCUMENTOS EN ELECTRÓNICO 01

TÍTULO: {{$datos_notificacion->nombre_archivo}}

CÓDIGO: {{$datos_notificacion->codigo}}

FECHA: {{date("d/m/Y h:i a",strtotime($datos_notificacion->fecha))}}

{{--

ARCHIVO: {{$datos_notificacion->nombre_archivo}}

--}}
{{--

FECHA: {{date("d/m/Y h:i a",strtotime($datos_notificacion->fecha))}}

MENSAJE:

{{$datos_notificacion->mensaje}}

--}}
@if ($datos_firma_tecnico != null) @else @endif @if ($datos_firma_calidad != null) @else @endif @php $i=1; @endphp @foreach ($datos_usuarios as $dato_usuario) @php $fecha = "------------------"; if ($dato_usuario->fecha_enterado != null) { $fecha = date("d/m/Y h:i a",strtotime($dato_usuario->fecha_enterado)); } @endphp @if ($i%2 != 0) @endif @if ($dato_usuario->estatus == "1") @else @endif @php $i++; @endphp @if ($i%2 != 0) @endif @endforeach @if ($datos_usuarios->count()%2 != 0) @endif
DESCRIPCIÓN DE CAMBIO SUPERVISO CONTENIDO Y REDACCIÓN
ÁREA TÉCNICA ÁREA CALIDAD
{{$datos_notificacion->mensaje}} ------------------ ------------------
NOMBRE FIRMA ENTERADO NOMBRE FIRMA ENTERADO
{{$dato_usuario->nombre_usuario}} {{$dato_usuario->apellidos_usuario}} ------------------

{{--
@foreach ($datos_usuarios as $dato_usuario) @php $fecha = "------------------"; if ($dato_usuario->fecha_enterado != null) { $fecha = date("d/m/Y h:i a",strtotime($dato_usuario->fecha_enterado)); } @endphp @if ($dato_usuario->estatus == "1") @else @endif @if ($dato_usuario->estatus == "1") @else @endif @endforeach
Usuario Estatus Fecha enterado Firma
{{$dato_usuario->nombre_usuario}} {{$dato_usuario->apellidos_usuario}}EnteradoPendiente{{$fecha}} ------------------
--}}