{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Preview Quiz from file') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', ['items' => ['Quiz' => route('teacher.course.quiz.index', $quiz->course_offering_id)]]) @endsection {{-- Content --}} @section('content')
Upload Answer