diff --git a/resources/views/users/print.blade.php b/resources/views/users/print.blade.php index 974f32d997..76b7dab57f 100644 --- a/resources/views/users/print.blade.php +++ b/resources/views/users/print.blade.php @@ -117,7 +117,7 @@ {{ $lcounter }} {{ $license->name }} - {{ $license->serial }} + {{ preg_replace ('/[a-zA-Z\d-]/', 'x', $license->serial, strlen($license->serial) -5) }} {{ $license->assetlog->first()->created_at }} @php