Add Question
  MCQ Question List
@csrf
@if ($errors->has('question'))
{{ $errors->first('question') }}
@endif
@if ($errors->has('solution'))
{{ $errors->first('solution') }}
@endif
{{-- --}}
@if ($errors->has('code'))
{{ $errors->first('code') }}
@endif
@if ($errors->has('level'))
{{ $errors->first('level') }}
@endif
@if ($errors->has('numberofop'))
{{ $errors->first('numberofop') }}
@endif
{{--
@if ($errors->has('correct_option'))
{{ $errors->first('correct_option') }}
@endif
--}}