@extends('user.profiler.layouts.master', ["prevStep"=> $prevStep])
@section('title', 'Profiler')
@section('content')
@for ($i = $qid; $i <= ($nextStep); $i++)
Question 1 of {{ $question_count }}
Would you like to:
@foreach($answer_options as $option => $value)
{{ $option }}
{{ $value }}
@endforeach
@endfor
@endsection