Edit Question

@csrf @method('PUT')
{{ $errors->first('question') }}
{{ $errors->first('description') }}
{{ $errors->first('start_on') }}
{{ $errors->first('expires_in') }}
{{ $errors->first('filter1') }}
{{ $errors->first('filter2') }}
{{ $errors->first('yes_point') }}
{{ $errors->first('no_point') }}
{{ $errors->first('result') }}
{{ $errors->first('status') }}
Cancel