@if (!$package_questions == null)

Package Pre Qualified Questions

@foreach ($package_questions as $p_question)
{{ $p_question->question }}
@if ($p_question->pattern == 'check')
@foreach (json_decode($p_question->value) as $val)
{{ $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
@endforeach
@endif