@extends('layouts.admin') @section('title', 'Quiz Play') @section('page-title', 'Quiz Play') @section('content')

{{ $quiz->name }}

Test your knowledge with these questions

Question 1 of {{ count($quiz->questions) }}
0 seconds remaining
@csrf
@endsection