@php
$questionsJson = [
'pages' => [
[
'items' => [
[
'label' => 'Question 1',
'input' => [
'type' => 'text',
'value' => 'Sample answer',
],
'id' => 1,
],
[
'label' => 'Question 2',
'input' => [
'type' => 'email',
'value' => 'example@example.com',
],
'id' => 2,
],
],
],
],
];
@endphp
@if ($shared_case->is_log_viewable)
@endif