@extends('adminlte::page') @section('title', ($team->id > 1 ? $team->name: '') . 'クイズ一覧') @section('content_header')
@stop @section('content')| チーム | @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 |
| 登録されていません。 | |||||