Notificado
{{ $auditor->fecha_notificado_formateada_larga ?? 'N/D' }}
Vencimiento
{{ $auditor->fecha_vencimiento_formateada_larga ?? 'N/D' }}
Vigencia
{{ $auditor->tiempo_vigencia_texto ?? 'N/D' }}
Resolución:
{{ $auditor->resolucion ?? 'N/D' }}
No hay registros de historial.
@else| 📅 Fecha | 📝 Motivo | 📄 Documento | 👤 Usuario |
|---|---|---|---|
| {{ $item->fecha->format('d/m/Y') }} | {{ $item->motivo }} | @if($item->url_documento) {{$item->url_documento}} @else N/A @endif | {{ $item->user->name ?? 'Usuario no disponible' }} |