LaraForms
- Edit
@csrf
Logout
@csrf @method('PUT')
@foreach ($questions as $index => $question)
type === 'multiple_choice' ? 'selected' : '' }}>Multiple Choice
type === 'checkbox' ? 'selected' : '' }}> Checkbox
type === 'dropdown' ? 'selected' : '' }}> Dropdown
Options
@if (is_array($question->options)) @foreach ($question->options as $optionIndex => $option)
✕
@endforeach @endif
Add Option
@endforeach
Add New Question
Save