{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Create Complete Question') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Dashboard' => route('teacher.dashboard')]]) @endsection {{-- Content --}} @section('content') @include('components._error')
Create Complete Question
@csrf @if ($quiz_id) @endif
{{-- Tag --}}
@if ($quiz_id) @endif
Choose files or drag and drop files here
@endsection @section('js') @endsection