@foreach($questions as $question) @if($question->questid==1)
We must fill this position urgently. Can you start immediately?
{!! $applicant->quest_1_answer !!}
@elseif($question->questid==2)
Do you have a valid driver's license?
{!! $applicant->quest_2_answer !!}
@elseif($question->questid==3)
What is your level of proficiency in {{$question->question_value}}?
{!! $applicant->quest_3_answer !!}
@elseif($question->questid==4)
Are you legally authorized to work in {{$job->job_location}}?
{!! $applicant->quest_4_answer !!}
@elseif($question->questid==5)
How many years of {{$question->question_value}} experience do you currently have?
{!! $applicant->quest_5_answer !!}
@elseif($question->questid==6)
Have you completed the following level of education: {{$question->question_value}}?
{!! $applicant->quest_6_answer !!}
@elseif($question->questid==7)
Are you comfortable commuting to this job's location?
{!! $applicant->quest_7_answer !!}
@elseif($question->questid==8)
Will you now or in the future require sponsorship for employment visa status?
{!! $applicant->quest_8_answer !!}
@elseif($question->questid==9)
How many years of work experience do you have using {{$question->question_value}}?
{!! $applicant->quest_9_answer !!}
@elseif($question->questid==10)
Are you willing to undergo a background check, in accordance with local law/regulations?
{!! $applicant->quest_10_answer !!}
@elseif($question->questid==11)
Are you willing to take a drug test, in accordance with local law/regulations?
{!! $applicant->quest_11_answer !!}
@elseif($question->questid==12)
How many years of {!! $question->question_value !!} experience do you currently have?
{!! $applicant->quest_12_answer !!}
@elseif($question->questid==13)
{!! $question->question !!}
{!! $applicant->quest_13_answer !!}
@endif @endforeach