@extends('adminlte::page') @section('title', ($team->id > 1 ? $team->name: '') . 'クイズ一覧') @section('content_header')
@stop @section('content')
@if ($team->id == 1) @endif
@if ($team->id == 1) @endif @if ($quizzes->count() > 0) @foreach ($quizzes as $quiz) @endforeach @else @endif
チーム名称 ランダム 開始 終了 編集
{{ $quiz->team->name }} {{ $quiz->name }} {{ $quiz->randomize }} {{ substr($quiz->start_at, 0, 10) }} {{ substr($quiz->end_at, 0, 10) }} 編集 設問設定 @if ($quiz->questionCount() > 0) 回答状況 @endif @if (false && $quiz->questionCount() > 0) 現バージョンのコピー バージョン管理 @endif
登録されていません。
@stop @section('css') @include('components.custom-css') @stop