@if ($p_question->pattern == 'check')
@foreach (json_decode($p_question->value) as $val)
@endforeach
@endif
@if ($p_question->pattern == 'radio')
@foreach (json_decode($p_question->value) as $val)
{{ $val }}
@endforeach
@endif
@if ($p_question->pattern == 'input')
@endif