No hay registros de auditoría todavía.
{{ $registro->usuario?->name ?? 'Sistema' }}
{{ collect($registro->cambios)->map(fn ($v, $k) => "{$k}: ".(is_bool($v) ? ($v ? 'sí' : 'no') : $v))->implode(' · ') }}