@extends('layout.front') @if ($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.preview.course._quiz-header')
@endsection @section('add-scripts') @endsection