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