@extends('theme.master') @section('title',"Start Quiz") @section('content') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets))
@if($gets['img'] !== NULL && $gets['img'] !== '') @else {{ __('course')}} @endif
@if($topic)

{{$topic->title}}

@endif
@endif
@if($topic->timer != NULL)
{{ __('Quiz Timer')}} :
@endif @if (Auth::check())

Fatal error: Uncaught Error: Class "App\QuizAnswer" not found in /home/karendei/public_html/test.karenderia.ir/resources/views/front/quiz/main_quiz.blade.php:64 Stack trace: #0 {main} thrown in /home/karendei/public_html/test.karenderia.ir/resources/views/front/quiz/main_quiz.blade.php on line 64