@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)
/home/d4listing/public_html/seaoak=/resources/views/back/clients/package_question_div.blade.php on line 28
" checked='checked'> {{ $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