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