@php $jsonString = $json ? json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE) : null; $copyId = "json-" . md5($jsonString ?? ""); @endphp @if ($jsonString)
{{-- Label --}}
{{-- JSON Content --}}
{{ $jsonString }}
@else
-
@endif