@foreach($questions as $key => $label)
{{-- Only show subsequent questions if the first question is answered 'Yes' --}}
@if($key === 'diff_format' || ($prefs['diff_format'] ?? '0') == '1')
{{ $label }}
{{-- .live is used to immediately trigger a re-render to show/hide dependent questions --}}
{{-- If the user selected 'Yes' for another language, show the text input --}}
@if($key === 'other_lang' && ($prefs['other_lang'] ?? '0') == '1')