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

{{$topic->title}}

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