@extends('layouts.main') @section('content')

Editar Pregunta

@if ($errors->any())
@endif
Regresar
@csrf @method('PUT')
is_required) ? 'checked' : '' }}>
@if($question->question_type == 'matrix') @endif
@endsection