@extends('adminlte::page') @section('title', 'クイズ 設問新規追加') @section('content_header')
@stop @section('content')
@csrf
@foreach($questionTypes as $key => $type)
@endforeach
@stop @section('css') @include('components.custom-css', ['team' => $quizSurvey->team]) @stop @section('js') @stop