Investment Suitability Profile Questionaire



Name :

Age :

@if(isset($periods) && count($periods)>0) @foreach($periods as $period) @endforeach @endif
Investment period
{{$period['period_name']}}
@if(isset($questiondetails) && count($questiondetails)>0) @php $i=1; @endphp @foreach($questiondetails as $question) @php $questionOptions = $question->qusetionOptions; @endphp @if(isset($questionOptions) && count($questionOptions)>0) @php $iopt = 'A'; @endphp @foreach($questionOptions as $qoption) @php $iopt++; @endphp @endforeach @endif
QUESTION {{$i}}
{{strip_tags($question->question)}}
{{$iopt}}. {{$qoption['title']}}
@php $i++; @endphp @endforeach @endif
------------------------
          Date
---------------------------
Signature       
@include('frontend.calculators.common.footer')