@extends('layouts.app') @section('style') @endsection @section('content') @auth @endauth QuizGame Quizzes @auth @endauth @include('modals.game_detail') @endsection @section('script') @endsection