@php $json = is_string($data) ? json_decode($data, true) : $data; @endphp @vite('resources/css/backend.css')
Afficher les données JSON
{{ json_encode(
    $json,
    JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE
) }}