@extends('layout') @section('content')
{{-- Error messages --}} @if ($errors->any())
Whoops! There were some problems with your input:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

Question Information icon

{{-- Question Type --}}
{{-- Question Text --}}
{{-- Multiple Choice Options --}}
icon Press Enter to add an option
Cancel
{{-- Scripts --}} @endsection