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

Employer Survey

Please select the option that best describes your organisation.

@csrf @foreach($org_q8 as $question)
{{ $question->question_id }}. {{ $question->question_text }}
{{-- QUESTION 14 --}} @if($question->p_code == 14)
@endif {{-- QUESTION 15 --}} @if($question->p_code == 15)
@endif {{-- QUESTION 16 --}} @if($question->p_code == 16)
@endif
@endforeach
@endsection