{{-- resources/views/user/org_q10.blade.php --}} @extends('layouts.dashboard') @section('content')

Employer Survey

Please select the option that best describes your organisation.

@csrf @foreach($org_q10 as $question)
{{ $question->question_id }}. {{ $question->question_text }}
{{-- QUESTION 20 --}} @if($question->p_code == 20)
@endif {{-- QUESTION 21 --}} @if($question->p_code == 21)
@endif {{-- QUESTION 22 --}} @if($question->p_code == 22)
@endif
@endforeach
@endsection