@extends('adminlte::page') @section('title', 'クイズ 設問編集') @section('content_header')
@stop @section('content')
@csrf
@foreach($questionTypes as $key => $type)
any() ? old('type') === $type : $quizQuestion->type === $type)>
@endforeach
@if ($quizQuestion->image)
@endif
@if ($quizQuestion->answerImage)
@endif
@if ($quizQuestion->incorrectExplanationImage)
@endif
@stop @section('css') @include('components.custom-css', ['team' => $quizSurvey->team]) @stop @section('js') @stop