{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Edit Match Question') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', [ 'items' => [ 'All Questions' => route('teacher.questionbank.show', [$course_id, $question->question_bank_id]), ], ]) @endsection {{-- Content --}} @section('content') @include('components._error')
Edit Match Question
@csrf
{{-- General settings --}}

is_active ? 'checked' : '' }} />
{{-- File --}}
Choose files or drag and drop files here
{{-- Tag --}}
{{-- Choices settings --}}

{{-- Form repeater --}}
@foreach ($left_side as $left_item)
@foreach ($rl as $rl_item) @foreach ($right_side as $right_item) @if ($rl_item->match_question_leftside_id == $left_item->id and $rl_item->match_question_rightside_id == $right_item->id)
@endif @endforeach @endforeach
@endforeach
@endsection @section('js') {{-- Form repeater --}} {{-- Textarea --}} @endsection