{{-- resources/views/user/q9.blade.php --}} @extends('layouts.dashboard') @section('content')
@csrf @foreach($q11 as $question)
{{ $question->question_id }}. {{ $question->question_text }}
{{-- QUESTION 22 --}} @if($question->p_code == 22) @endif {{-- QUESTION 23 --}} @if($question->p_code == 23) @endif {{-- QUESTION 24 --}} @if($question->p_code == 24) @endif
@endforeach
@endsection