@if (error()) {
error {{ error() }}
}
@if (success()) {
check_circle {{ success() }}
}
@if (locked()) {
lock This quiz has been attempted. Questions cannot be modified.
}
@if (loading()) {
} @else {
@if (!locked()) {
@for (q of questions(); track $index; let i = $index) {
}
}
}