@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Quiz Create')) @section('header-title')

{{ __('Create a New Quiz') }}

@endsection @push('styles') @endpush @section('content')
@csrf

@error('questions.1.question_text')

{{ $message }}

@enderror
@endsection @push('scripts') @endpush