{{-- resources/views/user/org_q12.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_q12 as $question)
{{ $question->question_id }}. {{ $question->question_text }}
{{-- QUESTION 26 --}} @if($question->p_code == 26)
@endif {{-- QUESTION 27 --}} @if($question->p_code == 27)
@endif
@endforeach
@endsection