@extends('frontend.layouts.app-proposal') @section('header-scripts') @endsection @section('content')

Risk Profiler

@include('frontend.user.new_client.includes.steps',array('step'=>$step,'type'=>$typex))
60%

Risk Profile

Complete {{ $count }} questions

@if($questions->count())
@foreach($questions as $key => $question)
{{ $question->title }} {{ $serial }} of {{ $count }}
    @if($question->answers->count()) @foreach($question->answers as $answer)
  • {{ $answer->title }} @if($question->type == 1) id == $answerid ? 'checked' : '' }}/> @else @endif
  • @endforeach @endif
@endforeach @if($serial > 2)