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