@extends('games.layout') @section('content') @php $quizList = is_array($wacQuiz ?? null) ? $wacQuiz : []; $quizCount = count($quizList); @endphp