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

Employer Survey

Please select the option that best describes your organisation.

@csrf @foreach($org_q9 as $question)
{{ $question->question_id }}. {{ $question->question_text }}
{{-- QUESTION 17 --}} @if($question->p_code == 17)
@endif {{-- QUESTION 18 --}} @if($question->p_code == 18)
@endif {{-- QUESTION 19 --}} @if($question->p_code == 19)
@endif
@endforeach
@endsection