clara/resources/views/pages/log/audit/_details.blade.php

4 lines
131 B
PHP
Raw Normal View History

<textarea readonly cols="130" rows="10">
{!! json_encode($content, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) !!}
</textarea>