@extends('layouts.student') @section('title', 'Quiz en cours - MentoraMind') @section('content') @livewire('student.quiz-active', ['quizId' => $quizId]) @endsection