@extends('layouts.main_dashboard.app') @php($routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin') @section('title', __('dashboard.View Quiz')) @section('page_heading', __('dashboard.View Quiz')) @section('breadcrumb')
{!! nl2br(e($quizQuestion->question->essayDetail->essay_text)) !!}
@break @default {{ __('dashboard.Answer type not supported for display.') }} @endswitch{{ __('dashboard.No questions have been added to this quiz yet.') }}
{{ $quiz->description }}