You have an in-progress attempt for "{{ $quiz->title }}"
{{ $existingAttempt->started_at->format('M d, Y H:i') }}
{{ $existingAttempt->answers->count() }} / {{ $quiz->total_questions }} questions
@if($existingAttempt->expires_at) {{ $existingAttempt->expires_at->diffForHumans() }} @else No time limit @endif
You can continue where you left off, or start a new attempt (this will discard your current progress).