@extends('layout.front') @if ($enrollment->course && $quiz) @section('title', $quiz->title) @else @section('title', 'Krojač Biznis | Kviz') @endif @section('html-class', 'class="html-no-footer"') @section('content') @include('front-inc._popup-notifications') @include('front-inc._global-notifications')