@props(['data']) @if (! empty($data))
{{ json_encode($data, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
@endif