Add MCQ
  MCQ List
@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('instruction'))
{{ $errors->first('instruction') }}
@endif
@if ($errors->has('time_limit'))
{{ $errors->first('time_limit') }}
@endif
@if ($errors->has('retake_attempt'))
{{ $errors->first('retake_attempt') }}
@endif
@if ($errors->has('minimum_time_submit'))
{{ $errors->first('minimum_time_submit') }}
@endif
@if ($errors->has('passing_percent'))
{{ $errors->first('passing_percent') }}
@endif
@if ($errors->has('correct_marks'))
{{ $errors->first('correct_marks') }}
@endif
@if ($errors->has('negative_marks'))
{{ $errors->first('negative_marks') }}
@endif