{{-- resources/views/user/org_q8.blade.php --}} @if(session('error')) @endif @extends('layouts.dashboard') @section('content')

Employer Survey

Please select the option that best describes your organisation.

@csrf @foreach($org_q11 as $question)
{{ $question->question_id }}. {{ $question->question_text }}
{{-- QUESTION 23 --}} @if($question->p_code == 23)
@endif {{-- QUESTION 24 --}} @if($question->p_code == 24)
@endif {{-- QUESTION 25 --}} @if($question->p_code == 25)
@endif
@endforeach
@endsection