@if(isset($questions[0]) && count($questions[0]))
@foreach($questions[0] as $question => $answer)
@svg('img/icons/question-mark-circle', 'text-gray-400 w-full max-w-[24px]')
{{$question}}
{{ $answer }}
@endforeach
@endif
@if(isset($questions[1]) && count($questions[1]))
@foreach($questions[1] as $question => $answer)
@svg('img/icons/question-mark-circle', 'text-gray-400 w-full max-w-[24px]')
{{$question}}
{{ $answer }}
@endforeach
@endif