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