@extends('design_1.panel.layouts.panel') @push('styles_top') @endpush @section('content')
{{-- Form --}}

{{ trans('public.basic_information') }}

@include('design_1.panel.quizzes.create.quiz_form', ['isQuizPage' => true])
@include('design_1.panel.quizzes.create.questions_list')
{{ trans('update.notice') }}

{{ trans('update.the_Support_message_sending_hint') }}

@endsection @push('scripts_bottom') @endpush