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