{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Create Match Question') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Dashboard' => route('teacher.dashboard')]]) @endsection {{-- Content --}} @section('content') @include('components._error')
Create Match Question
@csrf @if ($quiz_id) @endif
{{-- General settings --}}

{{-- Title --}}
{{-- Describtion --}}
{{-- is_active --}}
@if ($quiz_id) @endif
{{-- end is_active --}} {{-- Hint --}}
{{-- File --}}
Choose files or drag and drop files here
{{-- Tag --}}

{{-- Form repeater --}}
@endsection @section('js') {{-- Form repeater --}} {{-- Textarea --}} @endsection