@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')
@include('front-inc._header-quiz')
@include('front.user.mycourses._repeat-quiz-modal') @include('front.user.mycourses._repeat-quiz-modal-2') @endsection @section('add-scripts') @endsection