Preview:
<div class="table-questions border-top-none">
        @foreach($questions as $key => $v)
            @php
                $question = $v['questions'][0];
                $questionType = $question['type'];
                $question_order = $question['order'];
            @endphp
            @if ($questionType === 'MCQSA')
                @include('teacher.subject_teacher.assessment_course.regular.type._pilihan_ganda')
            @elseif ($questionType === 'QSAT_C_INSENSITIVE')
                @include('teacher.subject_teacher.assessment_course.regular.type._isian_bahasa')
            @elseif ($questionType === 'EQ')
                @include('teacher.subject_teacher.assessment_course.regular.type._esai')
            @endif
        @endforeach
    </div>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter